CancelPenalty
Represents a cancellation penalty for a hotel booking.
Properties
Name | Type | Description |
---|---|---|
HoursBefore | Integer | Indicates the number of hours before the check-in date when the penalty becomes applicable. |
PenaltyType | PenaltyType | Specifies the type of penalty enforced upon cancellation. |
Currency | Currency | Specifies the currency in which the penalty value is expressed. |
Value | Double | Indicates the value of the penalty. |
Deadline | String | Specifies the absolute deadline for the penalty in UTC format. |