Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 1.22 KB

File metadata and controls

22 lines (16 loc) · 1.22 KB

V1BankAccount

squareconnect.models.v1_bank_account

Description

V1BankAccount

Properties

Name Type Description Notes
id str The bank account's Square-issued ID. [optional]
merchant_id str The Square-issued ID of the merchant associated with the bank account. [optional]
bank_name str The name of the bank that manages the account. [optional]
name str The name associated with the bank account. [optional]
routing_number str The bank account's routing number. [optional]
account_number_suffix str The last few digits of the bank account number. [optional]
currency_code str The 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]
type str The 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]