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

Latest commit

 

History

History
21 lines (14 loc) · 1.04 KB

V1BankAccount.md

File metadata and controls

21 lines (14 loc) · 1.04 KB

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]