ExtraCostPrice
Price configuration for extra cost
typestringrequired
Possible values: [PERCENTAGE, FIXED]
Example:
PERCENTAGEamountnumberrequired
Price amount dependent on type
Example:
90.24currencystring
Currency
Example:
EURExtraCostPrice
{
"type": "PERCENTAGE",
"amount": 90.24,
"currency": "EUR"
}