DocumentAdjustment (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| description | string | — |
| rate | number | — |
| title* | string | — |
| type* | string | string
|
| value | integer | — |
Beispiel (JSON)
{
"type": "surcharge",
"title": "string",
"description": "string",
"rate": 0,
"value": 0
}