Uses of Class
travel.wink.sdk.channel.manager.model.PropertyRoomRateWithRateList
Packages that use PropertyRoomRateWithRateList
-
Uses of PropertyRoomRateWithRateList in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyRoomRateWithRateListModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyRoomRateWithRateList>ChannelManagerApi.showPropertyRoomRates(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String winkVersion) Show Daily Rates Retrieves all daily rates for for property / master rate combo and a date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRoomRateWithRateList>>ChannelManagerApi.showPropertyRoomRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String winkVersion) Show Daily Rates Retrieves all daily rates for for property / master rate combo and a date range. -
Uses of PropertyRoomRateWithRateList in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyRoomRateWithRateListModifier and TypeMethodDescriptionPropertyRoomRateWithRateList.addRatesItem(PropertyRate ratesItem) PropertyRoomRateWithRateList.rates(List<PropertyRate> rates) PropertyRoomRateWithRateList.room(PropertyRoomRate room)