BankAccount
Represents bank accounts used for financial transactions, including checking, savings, and other account types linked to financial institutions.
Columns
| Name | Type | Description |
| accountType | String | The type of the bank account, such as checking or savings. |
| connectionStatus | String | The current connection status of the bank account to a financial institution feed. |
| currency | String | The currency used for transactions in this bank account. |
| financialInstitution_Href | String | The URL of the financial institution associated with this bank account. |
| financialInstitution_Id | String | The Id of the financial institution associated with this bank account. |
| financialInstitution_Key | String | The system-assigned key of the financial institution associated with this bank account. |
| href | String | The URL of the bank account resource. |
| id | String | The unique identifier of the bank account. |
| key [KEY] | String | The system-assigned key that uniquely identifies the bank account record. |
| name | String | The name of the bank account. |
| referenceKey | String | The external reference key associated with this bank account. |
| supportMultiAccountLinking | Bool | Indicates whether this bank account supports linking to multiple accounts. |