OptionQuote
OptionQuote contains updated commercial details for an option.
Identifier of the option that was repriced.
Status of the quote request.
Possible values: [STATUS_TYPE_OK, STATUS_TYPE_RQ]
price object
Updated price including all applicable charges.
Indicates whether the price is binding or subject to change.
Recommended selling price.
Net cost injected by the provider.
ISO 4217 currency code for the price amounts.
Indicates whether virtual cards are accepted for payment.
surcharges object[]
Additional surcharges applied during quoting.
Surcharge type identifier.
Human readable description of the surcharge.
Indicates whether the surcharge is mandatory.
Indicates whether the surcharge is included in the displayed price.
price object
Price associated with the surcharge.
Indicates whether the price is binding or subject to change.
Recommended selling price.
Net cost injected by the provider.
ISO 4217 currency code for the price amounts.
cancelPolicy object
Cancellation policy associated with the quoted option.
cancelPenalties object[]
Penalties applicable when cancelling.
Currency used for the penalty value.
Deadline timestamp after which the penalty applies.
Hours before arrival when the penalty becomes effective.
Type of penalty value.
Possible values: [IMPORT, NIGHTS, PERCENT]
Penalty value interpreted according to penaltyType.
Indicates whether the booking is refundable.
remarks object[]
Additional remarks from the provider.
Type identifier that categorises the value.
Associated value.
{
"optionRefId": "string",
"status": "STATUS_TYPE_OK",
"price": {
"binding": true,
"suggested": 0,
"net": 0,
"currency": "string"
},
"acceptVCard": true,
"surcharges": [
{
"type": "string",
"description": "string",
"mandatory": true,
"included": true,
"price": {
"binding": true,
"suggested": 0,
"net": 0,
"currency": "string"
}
}
],
"cancelPolicy": {
"cancelPenalties": [
{
"currency": "string",
"deadline": "2024-07-29T15:51:28.071Z",
"hoursBefore": 0,
"penaltyType": "IMPORT",
"value": 0
}
],
"refundable": true
},
"remarks": [
{
"type": "string",
"value": "string"
}
]
}