Skip to main content

ExtraCostPrice

Price configuration for extra cost

typestringrequired

Possible values: [PERCENTAGE, FIXED]

Example: PERCENTAGE
amountnumberrequired

Price amount dependent on type

Example: 90.24
currencystring

Currency

Example: EUR
ExtraCostPrice
{
"type": "PERCENTAGE",
"amount": 90.24,
"currency": "EUR"
}