Uses of Class
travel.wink.sdk.booking.engine.model.RatePlan
Packages that use RatePlan
-
Uses of RatePlan in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return RatePlanModifier and TypeMethodDescriptionRatePlan.addRatePlanLevelFeesItem(RatePlanLevelFee ratePlanLevelFeesItem) RatePlan.allInclusive(Boolean allInclusive) RatePlan.allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) RatePlan.arrivalDaysOfWeek(RatePlanArrivalDaysOfWeek arrivalDaysOfWeek) RatePlan.availableDaysOfWeek(RatePlanAvailableDaysOfWeek availableDaysOfWeek) RatePlan.cancellationPolicy(CancellationPolicy cancellationPolicy) RatePlan.cancellationPolicyExceptions(CancellationPolicyExceptions cancellationPolicyExceptions) RatePlan.cancellationPolicyIdentifier(String cancellationPolicyIdentifier) RatePlan.departureDaysOfWeek(RatePlanDepartureDaysOfWeek departureDaysOfWeek) RatePlan.earlyCheckInCharge(RatePlanEarlyCheckInCharge earlyCheckInCharge) RatePlan.extraChildRateModifier(RatePlanExtraChildRateModifier extraChildRateModifier) RatePlan.extraPaxRateModifier(RatePlanExtraPaxRateModifier extraPaxRateModifier) @Valid RatePlanAddOn.getRatePlan()Get ratePlan@Valid RatePlanBundle.getRatePlan()Get ratePlan@Valid RatePlanRoomConfigurationPrice.getRatePlan()Get ratePlan@Valid RatePlanRoomStay.getRatePlan()Get ratePlanRatePlan.hotelIdentifier(String hotelIdentifier) RatePlan.identifier(String identifier) RatePlan.lateCheckOutCharge(RatePlanLateCheckOutCharge lateCheckOutCharge) RatePlan.loyaltyPointsAccrue(Boolean loyaltyPointsAccrue) RatePlan.maxAdvanceBookingOffset(Integer maxAdvanceBookingOffset) RatePlan.maxTotalOccupancy(Integer maxTotalOccupancy) RatePlan.minAdvanceBookingOffset(Integer minAdvanceBookingOffset) RatePlan.minTotalOccupancy(Integer minTotalOccupancy) RatePlan.ratePlanLevelFees(List<RatePlanLevelFee> ratePlanLevelFees) RatePlan.requiredDaysOfWeek(RatePlanRequiredDaysOfWeek requiredDaysOfWeek) RatePlan.sellEndDate(LocalDate sellEndDate) RatePlan.sellStartDate(LocalDate sellStartDate) RatePlan.singleOccupancyRateModifier(RatePlanSingleOccupancyRateModifier singleOccupancyRateModifier) RatePlan.stayEndDate(LocalDate stayEndDate) RatePlan.stayStartDate(LocalDate stayStartDate) Methods in travel.wink.sdk.booking.engine.model with parameters of type RatePlanModifier and TypeMethodDescriptionvoidAddOn.setRatePlan(RatePlan ratePlan) voidBundle.setRatePlan(RatePlan ratePlan) voidRoomConfigurationPrice.setRatePlan(RatePlan ratePlan) voidRoomStay.setRatePlan(RatePlan ratePlan)