Uses of Class
travel.wink.hotelbeds.booking.sdk.model.BookingRQ
Packages that use BookingRQ
-
Uses of BookingRQ in travel.wink.hotelbeds.booking.sdk.api
Methods in travel.wink.hotelbeds.booking.sdk.api with parameters of type BookingRQModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingRS>Booking confirmation The Booking operation requests a reservation confirmation for the specified ratekey or ratekeys.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingRS>>BookingApi.bookingWithHttpInfo(String accept, String acceptEncoding, String contentType, BookingRQ body) Booking confirmation The Booking operation requests a reservation confirmation for the specified ratekey or ratekeys.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.bookingWithResponseSpec(String accept, String acceptEncoding, String contentType, BookingRQ body) Booking confirmation The Booking operation requests a reservation confirmation for the specified ratekey or ratekeys. -
Uses of BookingRQ in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return BookingRQModifier and TypeMethodDescriptionBookingRQ.addRoomsItem(ApiBookingRoom roomsItem) BookingRQ.clientReference(String clientReference) BookingRQ.creationUser(String creationUser) BookingRQ.paymentData(ApiPaymentData paymentData) BookingRQ.rooms(List<ApiBookingRoom> rooms) BookingRQ.voucher(ApiVoucher voucher)