Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Zengin
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.NextActionDisplayBankTransferInstructions.FinancialAddresses.Zengin{ 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_code: String.t() | nil, bank_name: String.t() | nil, branch_code: String.t() | nil, branch_name: String.t() | nil }
account_holder_addressaccount_holder_name- The account holder name Max length: 5000. Nullable.account_number- The account number Max length: 5000. Nullable.account_type- The bank account type. In Japan, this can only befutsuortoza. Max length: 5000. Nullable.bank_addressbank_code- The bank code of the account Max length: 5000. Nullable.bank_name- The bank name of the account Max length: 5000. Nullable.branch_code- The branch code of the account Max length: 5000. Nullable.branch_name- The branch name of the account Max length: 5000. Nullable.