Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

HybridTransaction.md

File metadata and controls

35 lines (26 loc) · 1.1 KB

HybridTransaction

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.
type TypeEnum Whether the hybrid transaction represents a regular transaction or a subtransaction
accountName String

Enum: ClearedEnum

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

Enum: TypeEnum

Name Value
TRANSACTION "transaction"
SUBTRANSACTION "subtransaction"