Square.Connect.Model.V1BankAccount
July 10, 2019 ยท View on GitHub
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] |