Lodging Cancellation Penalty Rule
Container for cancellation penalty details.
Parameters
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 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 property.
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 property.
Constructors
Link copied to clipboard
public LodgingCancellationPenaltyRule LodgingCancellationPenaltyRule(String penaltyPercentOfStay, OffsetDateTime penaltyStartDateTime, OffsetDateTime penaltyEndDateTime)