Uses of Class
travel.wink.sdk.lookup.model.Rate
Packages that use Rate
-
Uses of Rate in travel.wink.sdk.lookup.model
Methods in travel.wink.sdk.lookup.model that return RateModifier and TypeMethodDescriptionRate.closedOnArrival(Boolean closedOnArrival) Rate.closedOnDeparture(Boolean closedOnDeparture) Rate.extraChildRateModifier(RateExtraChildRateModifier extraChildRateModifier) Rate.extraPaxRateModifier(RateExtraPaxRateModifier extraPaxRateModifier) @Valid RateDailyRate.getRate()Get rateRate.guestRoomIdentifier(UUID guestRoomIdentifier) Rate.hotelIdentifier(UUID hotelIdentifier) Rate.identifier(UUID identifier) Rate.includedAdultOccupancy(Integer includedAdultOccupancy) Rate.includedChildOccupancy(Integer includedChildOccupancy) Rate.masterRateIdentifier(UUID masterRateIdentifier) Rate.maxAdultOccupancy(Integer maxAdultOccupancy) Rate.maxChildOccupancy(Integer maxChildOccupancy) Rate.maxLengthOfStay(Integer maxLengthOfStay) Rate.maxOccupancy(Integer maxOccupancy) Rate.minLengthOfStay(Integer minLengthOfStay) Rate.minOccupancy(Integer minOccupancy) Rate.rate(MasterRateRate rate) Rate.ratePlanIdentifier(UUID ratePlanIdentifier) Rate.rateSource(String rateSource) Rate.singleOccupancyRateModifier(RateSingleOccupancyRateModifier singleOccupancyRateModifier) Methods in travel.wink.sdk.lookup.model with parameters of type Rate