Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.04 KB

BankAccountInfoAccountIdentification.md

File metadata and controls

37 lines (28 loc) · 2.04 KB

BankAccountInfoAccountIdentification

Properties

Name Type Description Notes
accountNumber kotlin.String The bank account number, without separators or whitespace.
bsbCode kotlin.String The 6-digit Bank State Branch (BSB) code, without separators or whitespace.
type inline usLocal
institutionNumber kotlin.String The 3-digit institution number, without separators or whitespace.
transitNumber kotlin.String The 5-digit transit number, without separators or whitespace.
bankCode kotlin.String The 4-digit bank code (Registreringsnummer) (without separators or whitespace).
clearingCode kotlin.String The 3-digit clearing code, without separators or whitespace.
iban kotlin.String The international bank account number as defined in the ISO-13616 standard.
bic kotlin.String The bank's 8- or 11-character BIC or SWIFT code.
clearingNumber kotlin.String The 4- to 5-digit clearing number (Clearingnummer), without separators or whitespace.
sortCode kotlin.String The 6-digit sort code, without separators or whitespace.
routingNumber kotlin.String The 9-digit routing number, without separators or whitespace.
accountType inline The bank account type. Possible values: checking or savings. Defaults to checking. [optional]
additionalBankIdentification AdditionalBankIdentification [optional]

Enum: type

Name Value
type usLocal

Enum: accountType

Name Value
accountType checking, savings