Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Swift (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() ::
  %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Swift{
    account_holder_address: Stripe.Resources.Address.t() | nil,
    account_holder_name: String.t() | nil,
    account_number: String.t() | nil,
    account_type: String.t() | nil,
    bank_address: Stripe.Resources.Address.t() | nil,
    bank_name: String.t() | nil,
    swift_code: String.t() | nil
  }
  • account_holder_address
  • account_holder_name - The account holder name Max length: 5000.
  • account_number - The account number Max length: 5000.
  • account_type - The account type Max length: 5000.
  • bank_address
  • bank_name - The bank name Max length: 5000.
  • swift_code - The SWIFT code Max length: 5000.