Uses of Class
travel.wink.sdk.channel.manager.model.PropertyRateEntityModel
Packages that use PropertyRateEntityModel
-
Uses of PropertyRateEntityModel in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyRateEntityModelModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyRateEntityModel>ChannelManagerApi.showPropertyRoomRate(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String accept) Show Daily Rate Retrieves a single daily rate for property / master rate / daily rate identifier combo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyRateEntityModel>>ChannelManagerApi.showPropertyRoomRateWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, String rateIdentifier, String accept) -
Uses of PropertyRateEntityModel in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyRateEntityModelModifier and TypeMethodDescriptionPropertyRateEntityModel.closedOnArrival(Boolean closedOnArrival) PropertyRateEntityModel.closedOnDeparture(Boolean closedOnDeparture) PropertyRateEntityModel.currencyCode(String currencyCode) PropertyRateEntityModel.identifier(String identifier) PropertyRateEntityModel.maxLengthOfStay(Integer maxLengthOfStay) PropertyRateEntityModel.minLengthOfStay(Integer minLengthOfStay) PropertyRateEntityModel.propertyIdentifier(String propertyIdentifier) PropertyRateEntityModel.putLinksItem(String key, Link linksItem) PropertyRateEntityModel.roomRateIdentifier(String roomRateIdentifier) Methods in travel.wink.sdk.channel.manager.model that return types with arguments of type PropertyRateEntityModelModifier and TypeMethodDescription@Valid List<PropertyRateEntityModel>PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelEmbedded.getRates()Get ratesMethods in travel.wink.sdk.channel.manager.model with parameters of type PropertyRateEntityModelModifier and TypeMethodDescriptionPropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelEmbedded.addRatesItem(PropertyRateEntityModel ratesItem) Method parameters in travel.wink.sdk.channel.manager.model with type arguments of type PropertyRateEntityModelModifier and TypeMethodDescriptionPropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelEmbedded.rates(List<PropertyRateEntityModel> rates) voidPropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelEmbedded.setRates(List<PropertyRateEntityModel> rates)