Object: payment

Pay­ment con­di­tions for pub­li­ca­tion.

Object Fields
AttributeTypeExam­pleManda­to­ryDescrip­tion
priceObjectNoPub­li­ca­tion price details
price.valueInt470NoPub­li­ca­tion price val­ue (range: 1 – 9 999 999,99)
price.currencyStringeurYesPub­li­ca­tion price cur­ren­cy, default eur is set. See cur­ren­cy dic­tio­nary.
price.periodObjectNoPay­ment con­di­tions
price.period.paymentStringdef­feredYesFreight pay­ment type: deffered, payment_on_unloading, payment_in_advance
price.period.daysInt12YesNum­ber of days of def­fer. For deferred payment only.
Example Object Body
"payment": {
        "price": {
            "value": 1200,
            "currency": "gbp",
            "period": {
                "payment": "deferred",
                "days": 5
            }
        }
    },