BankAccounts
Returns bank account info.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| Url | String | ||
| Name | String | ||
| BankCode | String | ||
| Status | String | ||
| Currency | String | ||
| OpeningBalance | Double | ||
| CurrentBalance | Double | ||
| IsPersonal | Boolean | ||
| IsPrimary | Boolean | ||
| LatestActivityDate | Date | ||
| ManuallyAddedTransactionCount | Integer | ||
| MarkedForReviewCount | Integer | ||
| TotalCount | Integer | ||
| Type | String |
The allowed values are standard_bank_accounts, credit_card_accounts, paypal_accounts. | |
| UnexplainedTransactionCount | Integer | ||
| UpdatedAt | Datetime | ||
| CreatedAt | Datetime |