Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses{ aba: Stripe.Resources.Aba.t() | nil, iban: Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Iban.t() | nil, sort_code: Stripe.Resources.SortCodeRecords.t() | nil, spei: Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Spei.t() | nil, supported_networks: [String.t()] | nil, swift: Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Swift.t() | nil, type: String.t() | nil, zengin: Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Zengin.t() | nil }
abaibansort_codespeisupported_networks- The payment networks supported by this FinancialAddressswifttype- The type of financial address Possible values:aba,iban,sort_code,spei,swift,zengin.zengin