Nested struct within the parent resource.
Summary
Types
@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 authorizationreceived_debits- The array of ReceivedDebits associated with this authorizationtransaction- The Treasury Transaction associated with this authorization Max length: 5000. Nullable.