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

Latest commit

 

History

History
23 lines (15 loc) · 1.22 KB

V1BankAccount.md

File metadata and controls

23 lines (15 loc) · 1.22 KB

Square.Connect.Model.V1BankAccount

Description

V1BankAccount

Properties

Name Type Description Notes
Id string The bank account's Square-issued ID. [optional]
MerchantId string The Square-issued ID of the merchant associated with the bank account. [optional]
BankName string The name of the bank that manages the account. [optional]
Name string The name associated with the bank account. [optional]
RoutingNumber string The bank account's routing number. [optional]
AccountNumberSuffix string The last few digits of the bank account number. [optional]
CurrencyCode string 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 string 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]