Stripe.Resources.Issuing.Authorization.Treasury (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Issuing.Authorization.Treasury{
  received_credits: [String.t()] | nil,
  received_debits: [String.t()] | nil,
  transaction: String.t() | nil
}
  • received_credits - The array of ReceivedCredits associated with this authorization
  • received_debits - The array of ReceivedDebits associated with this authorization
  • transaction - The Treasury Transaction associated with this authorization Max length: 5000. Nullable.