CancelPenalty
Cancellation penalty (CancelPenalty proto)
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
CancelPenalty
{
"currency": "string",
"deadline": "2024-07-29T15:51:28.071Z",
"hoursBefore": 0,
"penaltyType": "IMPORT",
"value": 0
}