Settlement Decision
This DTO informs about a settlement decision.
Attribute | Description | Type (Length) | Example |
---|---|---|---|
comment | Comment, free text | CHAR(255) | Please remove item 5 |
decline_reason | Decline reason if the settlement was declined | CHAR(50) | Not applicable |
number | Unique number of the settlement | CHAR(50) | 556677 |
status | Decision status of the settlement Status
 | CHAR(20) | DECLINED |
timestamp | Timestamp of the event that triggered the message | CHAR(29) | 2022-05-30T13:45:15.000+01:00 |
user | User that triggered the event, see User Details |