Uses of Class
travel.wink.sdk.booking.model.CreateMerchantBookingRequestBooker
Packages that use CreateMerchantBookingRequestBooker
-
Uses of CreateMerchantBookingRequestBooker in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api with parameters of type CreateMerchantBookingRequestBookerModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingConfirmationsBooker>BookingApi.createMerchantBooking(CreateMerchantBookingRequestBooker createMerchantBookingRequestBooker, String winkVersion) Create Merchant Booking Create a merchant booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingConfirmationsBooker>>BookingApi.createMerchantBookingWithHttpInfo(CreateMerchantBookingRequestBooker createMerchantBookingRequestBooker, String winkVersion) -
Uses of CreateMerchantBookingRequestBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CreateMerchantBookingRequestBookerModifier and TypeMethodDescriptionCreateMerchantBookingRequestBooker.addRoomsItem(MerchantBookingRequestBooker roomsItem) CreateMerchantBookingRequestBooker.displayCurrency(String displayCurrency) CreateMerchantBookingRequestBooker.displayLanguage(String displayLanguage) CreateMerchantBookingRequestBooker.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) CreateMerchantBookingRequestBooker.rooms(List<MerchantBookingRequestBooker> rooms)