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

Latest commit

 

History

History
23 lines (17 loc) · 1.69 KB

V1BankAccount.md

File metadata and controls

23 lines (17 loc) · 1.69 KB

V1BankAccount

Description

V1BankAccount Note: This model is deprecated.

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The bank account's Square-issued ID. [optional]
merchant_id getMerchantId() setMerchantId($value) string The Square-issued ID of the merchant associated with the bank account. [optional]
bank_name getBankName() setBankName($value) string The name of the bank that manages the account. [optional]
name getName() setName($value) string The name associated with the bank account. [optional]
routing_number getRoutingNumber() setRoutingNumber($value) string The bank account's routing number. [optional]
account_number_suffix getAccountNumberSuffix() setAccountNumberSuffix($value) string The last few digits of the bank account number. [optional]
currency_code getCurrencyCode() setCurrencyCode($value) 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 getType() setType($value) string The bank account's type (for example, savings or checking). See V1BankAccountType for possible values [optional]

Note: All properties are protected and only accessed via getters and setters.

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