Transactions
Gets the latest bank transactions for given account ID and company.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| CompanyId | String |
Companies.Id | |
| BankAccountId | String |
BankAccounts.Id | |
| Date | Datetime | ||
| Description | String | ||
| Reconciled | Boolean | ||
| Amount | Double | ||
| Balance | Double | ||
| TransactionType | String | ||
| ModifiedDate | Datetime | ||
| SourceModifiedDate | Datetime |