Uses of Class
travel.wink.sdk.channel.manager.model.PropertyRate
Packages that use PropertyRate
-
Uses of PropertyRate in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyRateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyRate> ChannelManagerApi.showPropertyRoomRate(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String winkVersion) Show Daily Rate Retrieves a single daily rate for property / master rate / daily rate identifier combo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRate>> ChannelManagerApi.showPropertyRoomRateWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String winkVersion) Show Daily Rate Retrieves a single daily rate for property / master rate / daily rate identifier combo.reactor.core.publisher.Flux<PropertyRate> ChannelManagerApi.updateRates(String propertyIdentifier, String masterRateIdentifier, PropertyRateUpdateDto propertyRateUpdateDto, String winkVersion) Update Daily Rates Update daily rate / availability for a property / master rate combo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<PropertyRate>>> ChannelManagerApi.updateRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, PropertyRateUpdateDto propertyRateUpdateDto, String winkVersion) Update Daily Rates Update daily rate / availability for a property / master rate combo. -
Uses of PropertyRate in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyRateModifier and TypeMethodDescriptionPropertyRate.amount(BigDecimal amount) PropertyRate.closedOnArrival(Boolean closedOnArrival) PropertyRate.closedOnDeparture(Boolean closedOnDeparture) PropertyRate.currencyCode(String currencyCode) PropertyRate.identifier(String identifier) PropertyRate.maxLengthOfStay(Integer maxLengthOfStay) PropertyRate.minLengthOfStay(Integer minLengthOfStay) PropertyRate.propertyIdentifier(String propertyIdentifier) PropertyRate.roomRateIdentifier(String roomRateIdentifier) Methods in travel.wink.sdk.channel.manager.model that return types with arguments of type PropertyRateModifier and TypeMethodDescription@Valid List<PropertyRate> PropertyRoomRateWithRateList.getRates()Get ratesMethods in travel.wink.sdk.channel.manager.model with parameters of type PropertyRateModifier and TypeMethodDescriptionPropertyRoomRateWithRateList.addRatesItem(PropertyRate ratesItem) Method parameters in travel.wink.sdk.channel.manager.model with type arguments of type PropertyRateModifier and TypeMethodDescriptionPropertyRoomRateWithRateList.rates(List<PropertyRate> rates) voidPropertyRoomRateWithRateList.setRates(List<PropertyRate> rates)