Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
date | LocalDate | ||
amount | BigDecimal | The transaction amount in milliunits format | |
cleared | ClearedEnum | The cleared status of the transaction | |
approved | Boolean | Whether or not the transaction is approved | |
accountId | String | ||
deleted | Boolean | Whether or not the transaction has been deleted. Deleted transactions will only be included in delta requests. | |
accountName | String | ||
subtransactions | List<SubTransaction> | If a split transaction, the subtransactions. |
Name | Value |
---|---|
CLEARED | "cleared" |
UNCLEARED | "uncleared" |
RECONCILED | "reconciled" |