Skip to main content

MandatoryFee

MandatoryFee represents fees applicable to the booking.

namename (string)

Name of the fee.

texttext (string)

Detailed explanation of the fee.

pricenumber<float>

Fee amount.

includedincluded (boolean)

Indicates whether the fee is already included in the price.

MandatoryFee
{
"name": "string",
"text": "string",
"price": 0,
"included": true
}