Uses of Class
travel.wink.sdk.extranet.model.RatePlanDescriptive
Packages that use RatePlanDescriptive
-
Uses of RatePlanDescriptive in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RatePlanDescriptiveModifier and TypeMethodDescriptionRatePlanDescriptive.addRatePlanLevelFeesItem(RatePlanLevelFeeDescriptive ratePlanLevelFeesItem) RatePlanDescriptive.allInclusive(Boolean allInclusive) RatePlanDescriptive.allInclusivePlusAlcohol(Boolean allInclusivePlusAlcohol) RatePlanDescriptive.arrivalDaysOfWeek(RatePlanArrivalDaysOfWeek arrivalDaysOfWeek) RatePlanDescriptive.availableDaysOfWeek(RatePlanAvailableDaysOfWeek availableDaysOfWeek) RatePlanDescriptive.cancellationPolicy(CancellationPolicyDescriptive cancellationPolicy) RatePlanDescriptive.cancellationPolicyExceptions(CancellationPolicyExceptionsDescriptive cancellationPolicyExceptions) RatePlanDescriptive.cancellationPolicyIdentifier(String cancellationPolicyIdentifier) RatePlanDescriptive.departureDaysOfWeek(RatePlanDepartureDaysOfWeek departureDaysOfWeek) RatePlanDescriptive.earlyCheckInCharge(RatePlanEarlyCheckInCharge earlyCheckInCharge) RatePlanDescriptive.extraChildRateModifier(RatePlanExtraChildRateModifier extraChildRateModifier) RatePlanDescriptive.extraPaxRateModifier(RatePlanExtraPaxRateModifier extraPaxRateModifier) @Valid RatePlanDescriptiveAddOnDescriptive.getRatePlan()Get ratePlan@Valid RatePlanDescriptiveBundleDescriptive.getRatePlan()Get ratePlan@Valid RatePlanDescriptiveRoomConfigurationPriceDescriptive.getRatePlan()Get ratePlanRatePlanDescriptive.hotelIdentifier(UUID hotelIdentifier) RatePlanDescriptive.identifier(UUID identifier) RatePlanDescriptive.lateCheckOutCharge(RatePlanLateCheckOutCharge lateCheckOutCharge) RatePlanDescriptive.loyaltyPointsAccrue(Boolean loyaltyPointsAccrue) RatePlanDescriptive.maxAdvanceBookingOffset(Integer maxAdvanceBookingOffset) RatePlanDescriptive.maxTotalOccupancy(Integer maxTotalOccupancy) RatePlanDescriptive.minAdvanceBookingOffset(Integer minAdvanceBookingOffset) RatePlanDescriptive.minTotalOccupancy(Integer minTotalOccupancy) RatePlanDescriptive.ratePlanLevelFees(List<RatePlanLevelFeeDescriptive> ratePlanLevelFees) RatePlanDescriptive.requiredDaysOfWeek(RatePlanRequiredDaysOfWeek requiredDaysOfWeek) RatePlanDescriptive.sellEndDate(LocalDate sellEndDate) RatePlanDescriptive.sellStartDate(LocalDate sellStartDate) RatePlanDescriptive.singleOccupancyRateModifier(RatePlanSingleOccupancyRateModifier singleOccupancyRateModifier) RatePlanDescriptive.stayEndDate(LocalDate stayEndDate) RatePlanDescriptive.stayStartDate(LocalDate stayStartDate) Methods in travel.wink.sdk.extranet.model with parameters of type RatePlanDescriptiveModifier and TypeMethodDescriptionAddOnDescriptive.ratePlan(RatePlanDescriptive ratePlan) BundleDescriptive.ratePlan(RatePlanDescriptive ratePlan) RoomConfigurationPriceDescriptive.ratePlan(RatePlanDescriptive ratePlan) voidAddOnDescriptive.setRatePlan(RatePlanDescriptive ratePlan) voidBundleDescriptive.setRatePlan(RatePlanDescriptive ratePlan) voidRoomConfigurationPriceDescriptive.setRatePlan(RatePlanDescriptive ratePlan)