# SaveSubTransaction
## Properties
**amount** | **i64** | The subtransaction amount in milliunits format. |
**payee_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | The payee for the subtransaction. | [optional]
**payee_name** | Option<**String**> | 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** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | The category for the subtransaction. Credit Card Payment categories are not permitted and will be ignored if supplied. | [optional]
**memo** | Option<**String**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)