Uses of Class
travel.wink.sdk.extranet.model.RatePlanSupplier
Packages that use RatePlanSupplier
-
Uses of RatePlanSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RatePlanSupplierModifier and TypeMethodDescriptionRatePlanSupplier.addRatePlanLevelFeesItem(RatePlanLevelFeeSupplier ratePlanLevelFeesItem) RatePlanSupplier.allInclusive(Boolean allInclusive) RatePlanSupplier.allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) RatePlanSupplier.arrivalDaysOfWeek(DowPatternGroupSupplier arrivalDaysOfWeek) RatePlanSupplier.availableDaysOfWeek(DowPatternGroupSupplier availableDaysOfWeek) RatePlanSupplier.cancellationPolicy(CancellationPolicySupplier cancellationPolicy) RatePlanSupplier.cancellationPolicyExceptions(CancellationPolicyExceptionsSupplier cancellationPolicyExceptions) RatePlanSupplier.cancellationPolicyIdentifier(String cancellationPolicyIdentifier) RatePlanSupplier.departureDaysOfWeek(DowPatternGroupSupplier departureDaysOfWeek) RatePlanSupplier.earlyCheckInCharge(VariableChargeSupplier earlyCheckInCharge) RatePlanSupplier.extraChildRateModifier(VariableChargeSupplier extraChildRateModifier) RatePlanSupplier.extraPaxRateModifier(VariableChargeSupplier extraPaxRateModifier) @Valid RatePlanSupplierMasterRateSupplier.getRatePlan()Get ratePlan@NotNull @Valid RatePlanSupplierRatePlanViewSupplier.getRatePlan()Get ratePlan@NotNull @Valid RatePlanSupplierRoomStaySupplier.getRatePlan()Get ratePlanRatePlanSupplier.hotelIdentifier(UUID hotelIdentifier) RatePlanSupplier.identifier(UUID identifier) RatePlanSupplier.lateCheckOutCharge(VariableChargeSupplier lateCheckOutCharge) RatePlanSupplier.loyaltyPointsAccrue(Boolean loyaltyPointsAccrue) RatePlanSupplier.maxAdvanceBookingOffset(Integer maxAdvanceBookingOffset) RatePlanSupplier.maxTotalOccupancy(Integer maxTotalOccupancy) RatePlanSupplier.minAdvanceBookingOffset(Integer minAdvanceBookingOffset) RatePlanSupplier.minTotalOccupancy(Integer minTotalOccupancy) RatePlanSupplier.ratePlanLevelFees(List<RatePlanLevelFeeSupplier> ratePlanLevelFees) RatePlanSupplier.requiredDaysOfWeek(DowPatternGroupSupplier requiredDaysOfWeek) RatePlanSupplier.sellEndDate(LocalDate sellEndDate) RatePlanSupplier.sellStartDate(LocalDate sellStartDate) RatePlanSupplier.singleOccupancyRateModifier(VariableChargeSupplier singleOccupancyRateModifier) RatePlanSupplier.stayEndDate(LocalDate stayEndDate) RatePlanSupplier.stayStartDate(LocalDate stayStartDate) Methods in travel.wink.sdk.extranet.model with parameters of type RatePlanSupplierModifier and TypeMethodDescriptionMasterRateSupplier.ratePlan(RatePlanSupplier ratePlan) RatePlanViewSupplier.ratePlan(RatePlanSupplier ratePlan) RoomStaySupplier.ratePlan(RatePlanSupplier ratePlan) voidMasterRateSupplier.setRatePlan(RatePlanSupplier ratePlan) voidRatePlanViewSupplier.setRatePlan(RatePlanSupplier ratePlan) voidRoomStaySupplier.setRatePlan(RatePlanSupplier ratePlan)