Uses of Class
travel.wink.sdk.extranet.model.RateModifierView
Packages that use RateModifierView
-
Uses of RateModifierView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RateModifierViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RateModifierView>PromotionApi.savePromotion(String hotelIdentifier, RateModifier rateModifier) Create Promotion Create a new promotionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierView>>PromotionApi.savePromotionWithHttpInfo(String hotelIdentifier, RateModifier rateModifier) reactor.core.publisher.Mono<RateModifierView>PromotionApi.showPromotion(String hotelIdentifier, String promotionIdentifier, String accept) Show Promotion Retrieve a rate modifier by its identifierreactor.core.publisher.Flux<RateModifierView>PromotionApi.showPromotions(String hotelIdentifier, String accept) Show Promotions Retrieve list of promotions for propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RateModifierView>>>PromotionApi.showPromotionsWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierView>>PromotionApi.showPromotionWithHttpInfo(String hotelIdentifier, String promotionIdentifier, String accept) reactor.core.publisher.Mono<RateModifierView>PromotionApi.updatePromotion(String hotelIdentifier, String promotionIdentifier, RateModifier rateModifier) Update Promotion Update an existing promotion by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RateModifierView>>PromotionApi.updatePromotionWithHttpInfo(String hotelIdentifier, String promotionIdentifier, RateModifier rateModifier) -
Uses of RateModifierView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RateModifierView