Transaction
Banking transaction records
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| BankAccountId | Integer |
BankAccount.Id | |
| Type | String |
The allowed values are topup, payment, transfer. | |
| UpdatedAt | Datetime | ||
| AmountCents | Integer | ||
| BalanceAfterCents | Integer | ||
| BookingDate | Datetime | ||
| CardPaymentId | Integer | ||
| Currency | String |
The allowed values are USD, EUR, GBP. | |
| Description | String | ||
| ValueDate | Datetime |