LodgingCancellationPenaltyRule

Container for cancellation penalty details.

Parameters

penaltyPercentOfStay

Specifies the per-stay cancellation fee charged as a percentage of the total rate, in addition to any other penalties listed.

penaltyStartDateTime

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.

penaltyEndDateTime

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)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
Link copied to clipboard
@Valid()
private final String penaltyPercentOfStay
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard