| Name | Type | Description | Notes |
|---|---|---|---|
| memo | string | A new memo for the transaction. | [optional] |
| cheque_number | string | A new cheque number for the transaction. | [optional] |
| payee | string | A new payee for the transaction. | [optional] |
| amount | float | A new amount for the transaction. | [optional] |
| date | string | A new date for the transaction. | [optional] |
| is_transfer | bool | Whether the transaction is a transfer or not. | [optional] |
| category_id | int | The unique identifier of a new category for the transaction. | [optional] |
| note | string | A new note for the transaction. | [optional] |
| needs_review | bool | Whether the transaction needs to be reviewed or not. | [optional] |
| labels | string | A new comma-separated set of labels for the transaction. | [optional] |