Payment conditions for publication.
Object Fields
| Attribute | Type | Example | Mandatory | Description |
| price | Object | No | Publication price details | |
| price.value | Int | 470 | No | Publication price value (range: 1 – 9 999 999,99) |
| price.currency | String | eur | Yes | Publication price currency, default eur is set. See currency dictionary. |
| price.period | Object | No | Payment conditions | |
| price.period.payment | String | deffered | Yes | Freight payment type: deffered, payment_on_unloading, payment_in_advance |
| price.period.days | Int | 12 | Yes | Number of days of deffer. For deferred payment only. |
Example Object Body
"payment": {
"price": {
"value": 1200,
"currency": "gbp",
"period": {
"payment": "deferred",
"days": 5
}
}
},