-
Notifications
You must be signed in to change notification settings - Fork 0
Type: Transaction
JannThomas edited this page Feb 15, 2019
·
16 revisions
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 |