Skip to main content

CancelPolicy

Represents a cancellation policy for a hotel booking.

Properties

NameTypeDescription
RefundableBooleanIndicates whether the booking is refundable.
CancelPenaltiesArray<CancelPenalty>A collection of penalties that apply if the booking is canceled.
CancelPenalties/HoursBeforeIntegerIndicates the number of hours before the check-in date when the penalty becomes applicable.
CancelPenalties/PenaltyTypePenaltyTypeSpecifies the type of penalty enforced upon cancellation.
CancelPenalties/CurrencyCurrencySpecifies the currency in which the penalty value is expressed.
CancelPenalties/ValueDoubleIndicates the value of the penalty.
CancelPenalties/DeadlineStringSpecifies the absolute deadline for the penalty in UTC format.
CancelPolicyDescriptionStringProvides additional details or a textual summary of the cancellation policy.