Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 818 Bytes

TransactionSummary.md

File metadata and controls

25 lines (18 loc) · 818 Bytes

TransactionSummary

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.

Enum: ClearedEnum

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