V1BankAccount

March 13, 2019 ยท View on GitHub

squareconnect.models.v1_bank_account

Description

V1BankAccount

Properties

NameTypeDescriptionNotes
idstrThe bank account's Square-issued ID.[optional]
merchant_idstrThe Square-issued ID of the merchant associated with the bank account.[optional]
bank_namestrThe name of the bank that manages the account.[optional]
namestrThe name associated with the bank account.[optional]
routing_numberstrThe bank account's routing number.[optional]
account_number_suffixstrThe last few digits of the bank account number.[optional]
currency_codestrThe currency code of the currency associated with the bank account, in ISO 4217 format. For example, the currency code for US dollars is USD.[optional]
typestrThe bank account's type (for example, savings or checking). See V1BankAccountType for possible values[optional]

[Back to Model list] [Back to API list] [Back to README]