CancelPolicy
Cancellation policy
refundableboolean
Whether the booking is refundable
cancelPenalties object[]
Cancellation penalties
Array [
currencystring
Currency code
deadlinestring<date-time>
Cancellation deadline
hoursBeforeinteger<int32>
Hours before check-in
penaltyTypestring
Penalty calculation type from wire (IMPORT / NIGHTS / PERCENT).
Present on real search/quote cancelPenalties (e.g. G2 E2E captures).
Possible values: [IMPORT, NIGHTS, PERCENT]
valuenumber<float>
Penalty amount
]
CancelPolicy
{
"refundable": true,
"cancelPenalties": [
{
"currency": "string",
"deadline": "2024-07-29T15:51:28.071Z",
"hoursBefore": 0,
"penaltyType": "IMPORT",
"value": 0
}
]
}