Uses of Class
travel.wink.sdk.channel.manager.model.PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel
Packages that use PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel
-
Uses of PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel>ChannelManagerApi.showPropertyRoomRates(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String accept) 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<PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel>>ChannelManagerApi.showPropertyRoomRatesWithHttpInfo(String propertyIdentifier, String masterRateIdentifier, LocalDate startDate, LocalDate endDate, String accept) -
Uses of PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelModifier and TypeMethodDescriptionPropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.embedded(PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModelEmbedded embedded) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.extraChildRateModifier(VariableCharge extraChildRateModifier) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.extraPaxRateModifier(VariableCharge extraPaxRateModifier) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.guestRoomIdentifier(String guestRoomIdentifier) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.guestRoomName(String guestRoomName) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.identifier(String identifier) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.includedAdultOccupancy(Integer includedAdultOccupancy) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.includedChildOccupancy(Integer includedChildOccupancy) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.maxAdultOccupancy(Integer maxAdultOccupancy) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.maxChildOccupancy(Integer maxChildOccupancy) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.maxOccupancy(Integer maxOccupancy) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.minOccupancy(Integer minOccupancy) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.propertyIdentifier(String propertyIdentifier) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.putLinksItem(String key, Link linksItem) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.ratePlanIdentifier(String ratePlanIdentifier) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.ratePlanName(String ratePlanName) PropertyRoomRateWithRateNestedEntityModelPropertyRateEntityModel.singleOccupancyRateModifier(VariableCharge singleOccupancyRateModifier)