Cancellation Penalty Rule
Parameters
penalty Night Count
Specifies the per-stay cancellation fee charged in terms of the cost of the number of nights listed, in addition to any other penalties. The rate charged is based on the earliest night(s) of the stay.
penalty Percent Of Stay
Specifies the per-stay cancellation fee charged as a percentage of the total rate, in addition to any other penalties listed.
penalty Price
penalty Start Date Time
The beginning of the window of time when the CancellationPenaltyRule
is in effect. The date and time are expressed in ISO 8601 International Date format, and local to the hotel.
penalty End Date Time
The end of the window of time when the CancellationPenaltyRule
is in effect. The date and time are expressed in ISO 8601 International Date format, and local to the hotel.
Constructors
Link copied to clipboard
public CancellationPenaltyRule CancellationPenaltyRule(Integer penaltyNightCount, String penaltyPercentOfStay, CancellationPenaltyRulePenaltyPrice penaltyPrice, OffsetDateTime penaltyStartDateTime, OffsetDateTime penaltyEndDateTime)