docs/V1BankAccount.md in square_connect-2.20190213.0.274 vs docs/V1BankAccount.md in square_connect-2.20190313.0.278
- old
+ new
@@ -1,17 +1,19 @@
# SquareConnect::V1BankAccount
### Description
+V1BankAccount
+
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The bank account's Square-issued ID. | [optional]
**merchant_id** | **String** | The Square-issued ID of the merchant associated with the bank account. | [optional]
**bank_name** | **String** | The name of the bank that manages the account. | [optional]
**name** | **String** | The name associated with the bank account. | [optional]
**routing_number** | **String** | The bank account's routing number. | [optional]
**account_number_suffix** | **String** | The last few digits of the bank account number. | [optional]
**currency_code** | **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). | [optional]
+**type** | **String** | The bank account's type (for example, savings or checking). See [V1BankAccountType](#type-v1bankaccounttype) for possible values | [optional]