| Name | Type | Description | Notes |
|---|---|---|---|
| country | str | The Country where the bank account is held | [optional] |
| bic | str | The BIC of the bank account | [optional] |
| account_number | str | The account number of the bank account. Must be numbers only. Canadian account numbers must be a maximum of 20 digits | [optional] |
| type | str | The type of bank account | [optional] |
| owner_address | Address | The address of the owner of the bank account | [optional] |
| owner_name | str | The name of the owner of the bank account | [optional] |
| user_id | str | The object owner's UserId | [optional] |
| active | bool | Whether the bank account is active or not | [optional] |
| id | str | The item's ID | [optional] |
| creation_date | int | When the item was created | [optional] |
| tag | str | Custom data that you can add to this item | [optional] |