Uses of Class
travel.wink.sdk.lookup.model.RatePlanConsumer
Packages that use RatePlanConsumer
-
Uses of RatePlanConsumer in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return RatePlanConsumerModifier and TypeMethodDescriptionRatePlanConsumer.allInclusive(Boolean allInclusive) RatePlanConsumer.allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) RatePlanConsumer.arrivalDaysOfWeek(DowPatternGroupConsumer arrivalDaysOfWeek) RatePlanConsumer.availableDaysOfWeek(DowPatternGroupConsumer availableDaysOfWeek) RatePlanConsumer.cancellationPolicy(CancellationPolicyConsumer cancellationPolicy) RatePlanConsumer.cancellationPolicyExceptions(CancellationPolicyExceptionsConsumer cancellationPolicyExceptions) RatePlanConsumer.cancellationPolicyIdentifier(String cancellationPolicyIdentifier) RatePlanConsumer.departureDaysOfWeek(DowPatternGroupConsumer departureDaysOfWeek) RatePlanConsumer.earlyCheckInCharge(Object earlyCheckInCharge) @Valid RatePlanConsumerAddOnConsumer.getRatePlan()Get ratePlan@NotNull @Valid RatePlanConsumerRoomConfigurationPriceConsumer.getRatePlan()Get ratePlanRatePlanConsumer.hotelIdentifier(UUID hotelIdentifier) RatePlanConsumer.identifier(UUID identifier) RatePlanConsumer.lateCheckOutCharge(Object lateCheckOutCharge) RatePlanConsumer.loyaltyPointsAccrue(Boolean loyaltyPointsAccrue) RatePlanConsumer.maxAdvanceBookingOffset(Integer maxAdvanceBookingOffset) RatePlanConsumer.maxTotalOccupancy(Integer maxTotalOccupancy) RatePlanConsumer.minAdvanceBookingOffset(Integer minAdvanceBookingOffset) RatePlanConsumer.minTotalOccupancy(Integer minTotalOccupancy) RatePlanConsumer.requiredDaysOfWeek(DowPatternGroupConsumer requiredDaysOfWeek) RatePlanConsumer.sellEndDate(LocalDate sellEndDate) RatePlanConsumer.sellStartDate(LocalDate sellStartDate) RatePlanConsumer.stayEndDate(LocalDate stayEndDate) RatePlanConsumer.stayStartDate(LocalDate stayStartDate) Methods in travel.wink.sdk.lookup.model with parameters of type RatePlanConsumerModifier and TypeMethodDescriptionAddOnConsumer.ratePlan(RatePlanConsumer ratePlan) RoomConfigurationPriceConsumer.ratePlan(RatePlanConsumer ratePlan) voidAddOnConsumer.setRatePlan(RatePlanConsumer ratePlan) voidRoomConfigurationPriceConsumer.setRatePlan(RatePlanConsumer ratePlan)