LodgingCancellationPolicy
Container for Cancellation Policy information.
Parameters
refundable
Indicate whether the rate is refundable or not.
freeCancellation
Indicate whether the room can be cancelled free of charge.
freeCancellationEndDateTime
The date and time until which the room can be cancelled free of charge.
cancellationPenaltyRules
Container for Cancellation Penalty Rules information.
Constructors
Link copied to clipboard
public LodgingCancellationPolicy LodgingCancellationPolicy( Boolean refundable, Boolean freeCancellation, OffsetDateTime freeCancellationEndDateTime, List<LodgingCancellationPenaltyRule> cancellationPenaltyRules)