Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Iban
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Iban{ account_holder_address: Stripe.Resources.Address.t() | nil, account_holder_name: String.t() | nil, bank_address: Stripe.Resources.Address.t() | nil, bic: String.t() | nil, country: String.t() | nil, iban: String.t() | nil }
account_holder_addressaccount_holder_name- The name of the person or business that owns the bank account Max length: 5000.bank_addressbic- The BIC/SWIFT code of the account. Max length: 5000.country- Two-letter country code (ISO 3166-1 alpha-2). Max length: 5000.iban- The IBAN of the account. Max length: 5000.