Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Spei
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Spei{ account_holder_address: Stripe.Resources.Address.t() | nil, account_holder_name: String.t() | nil, bank_address: Stripe.Resources.Address.t() | nil, bank_code: String.t() | nil, bank_name: String.t() | nil, clabe: String.t() | nil }
account_holder_addressaccount_holder_name- The account holder name Max length: 5000.bank_addressbank_code- The three-digit bank code Max length: 5000.bank_name- The short banking institution name Max length: 5000.clabe- The CLABE number Max length: 5000.