V1BankAccount

February 26, 2020 ยท View on GitHub

Description

V1BankAccount Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe bank account's Square-issued ID.[optional]
merchant_idgetMerchantId()setMerchantId($value)stringThe Square-issued ID of the merchant associated with the bank account.[optional]
bank_namegetBankName()setBankName($value)stringThe name of the bank that manages the account.[optional]
namegetName()setName($value)stringThe name associated with the bank account.[optional]
routing_numbergetRoutingNumber()setRoutingNumber($value)stringThe bank account's routing number.[optional]
account_number_suffixgetAccountNumberSuffix()setAccountNumberSuffix($value)stringThe last few digits of the bank account number.[optional]
currency_codegetCurrencyCode()setCurrencyCode($value)stringThe 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]
typegetType()setType($value)stringThe 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]