Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 893 Bytes

File metadata and controls

19 lines (15 loc) · 893 Bytes

SubTransaction

Properties

Name Type Description Notes
id str
transaction_id str
amount int The subtransaction amount in milliunits format
memo str [optional]
payee_id str [optional]
payee_name str [optional]
category_id str [optional]
category_name str [optional]
transfer_account_id str If a transfer, the account_id which the subtransaction transfers to [optional]
deleted bool Whether or not the subtransaction has been deleted. Deleted subtransactions will only be included in delta requests.

[Back to Model list] [Back to API list] [Back to README]