Skip to content

Type: Transaction

JannThomas edited this page Feb 15, 2019 · 16 revisions

Structure

Key Type Description Optional
amount MoneyAmount The amount. no
otherParty Account The other account involved in this transaction. no
reason String The reason. yes
type String The type (e.g. 'transfer'). yes
date Date The date. no
isBooked Bool Whether the transaction is already booked or only expected. Default value is true. yes
valueDate Date The value date. yes
additionalInformation Dictionary<String, String> Storage for additional information. This might be displayed to the user and should be in human-readable format. yes
Clone this wiki locally