Uses of Class
travel.wink.hotelbeds.booking.sdk.model.CheckRateRQ
Packages that use CheckRateRQ
-
Uses of CheckRateRQ in travel.wink.hotelbeds.booking.sdk.api
Methods in travel.wink.hotelbeds.booking.sdk.api with parameters of type CheckRateRQModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CheckRateRS>CheckRateApi.checkRate(String accept, String acceptEncoding, String contentType, CheckRateRQ body) Check rate CheckRate is an _optional_ operation used to assess and valuate the rate before the actual booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CheckRateRS>>CheckRateApi.checkRateWithHttpInfo(String accept, String acceptEncoding, String contentType, CheckRateRQ body) Check rate CheckRate is an _optional_ operation used to assess and valuate the rate before the actual booking.org.springframework.web.reactive.function.client.WebClient.ResponseSpecCheckRateApi.checkRateWithResponseSpec(String accept, String acceptEncoding, String contentType, CheckRateRQ body) Check rate CheckRate is an _optional_ operation used to assess and valuate the rate before the actual booking. -
Uses of CheckRateRQ in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return CheckRateRQModifier and TypeMethodDescriptionCheckRateRQ.addRoomsItem(ApiBookingRoom roomsItem) CheckRateRQ.rooms(List<ApiBookingRoom> rooms)