FundingInstructionsBankTransferSortCodeRecord
Sort Code Records contain U.K. bank account details per the sort code format.
Summary
Types
@type t() :: %Stripe.Resources.SortCodeRecords{ account_holder_address: Stripe.Resources.Address.t(), account_holder_name: String.t(), account_number: String.t(), bank_address: Stripe.Resources.Address.t(), sort_code: String.t() }
account_holder_address- Expandable.account_holder_name- The name of the person or business that owns the bank account Max length: 5000.account_number- The account number Max length: 5000.bank_address- Expandable.sort_code- The six-digit sort code Max length: 5000.