Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 730 Bytes

SaveTransaction.md

File metadata and controls

23 lines (16 loc) · 730 Bytes

SaveTransaction

Properties

Name Type Description Notes
accountId String
date LocalDate
amount BigDecimal The transaction amount in milliunits format
cleared ClearedEnum The cleared status of the transaction [optional]
approved Boolean Whether or not the transaction is approved. If not supplied, transaction will be unapproved by default. [optional]

Enum: ClearedEnum

Name Value
CLEARED "cleared"
UNCLEARED "uncleared"
RECONCILED "reconciled"