LodgingCancellationPolicy

public final class 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)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final Boolean freeCancellation
Link copied to clipboard
@Valid()
private final Boolean refundable

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final Boolean getRefundable()
Link copied to clipboard