CancelPolicy
CancelPolicy describes the cancellation rules for an option or booking.
cancelPenalties object[]
Penalties applicable when cancelling.
Array [
currencycurrency (string)
Currency used for the penalty value.
deadlinestring<date-time>
Deadline timestamp after which the penalty applies.
hoursBeforeinteger<int32>
Hours before arrival when the penalty becomes effective.
penaltyTypepenaltyType (string)
Type of penalty value.
Possible values: [IMPORT, NIGHTS, PERCENT]
valuenumber<double>
Penalty value interpreted according to penaltyType.
]
refundablerefundable (boolean)
Indicates whether the booking is refundable.
CancelPolicy
{
"cancelPenalties": [
{
"currency": "string",
"deadline": "2024-07-29T15:51:28.071Z",
"hoursBefore": 0,
"penaltyType": "IMPORT",
"value": 0
}
],
"refundable": true
}