Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 976 Bytes

TransactionDetail.md

File metadata and controls

27 lines (20 loc) · 976 Bytes

TransactionDetail

Properties

Name Type Description Notes
id String
date LocalDate
amount BigDecimal The transaction amount in milliunits format
cleared ClearedEnum The cleared status of the transaction
approved Boolean Whether or not the transaction is approved
accountId String
deleted Boolean Whether or not the transaction has been deleted. Deleted transactions will only be included in delta requests.
accountName String
subtransactions List<SubTransaction> If a split transaction, the subtransactions.

Enum: ClearedEnum

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