| Name |
Type |
Description |
Notes |
| amount |
int |
The subtransaction amount in milliunits format. |
|
| payee_id |
str |
The payee for the subtransaction. |
[optional] |
| payee_name |
str |
The payee name. If a `payee_name` value is provided and `payee_id` has a null value, the `payee_name` value will be used to resolve the payee by either (1) a matching payee rename rule (only if import_id is also specified on parent transaction) or (2) a payee with the same name or (3) creation of a new payee. |
[optional] |
| category_id |
str |
The category for the subtransaction. Credit Card Payment categories are not permitted and will be ignored if supplied. |
[optional] |
| memo |
str |
|
[optional] |
[Back to Model list] [Back to API list] [Back to README]