Skip to main content

Surcharge

Surcharge represents additional fees applied to an option or booking.

typetype (string)

Surcharge type identifier.

descriptiondescription (string)

Human readable description of the surcharge.

mandatorymandatory (boolean)

Indicates whether the surcharge is mandatory.

includedincluded (boolean)

Indicates whether the surcharge is included in the displayed price.

price object

Price associated with the surcharge.

bindingbinding (boolean)

Indicates whether the price is binding or subject to change.

suggestednumber<double>

Recommended selling price.

netnumber<double>

Net cost injected by the provider.

currencycurrency (string)

ISO 4217 currency code for the price amounts.

Surcharge
{
"type": "string",
"description": "string",
"mandatory": true,
"included": true,
"price": {
"binding": true,
"suggested": 0,
"net": 0,
"currency": "string"
}
}