Uses of Class
travel.wink.sdk.booking.model.CreateMerchantBookingRequest
Packages that use CreateMerchantBookingRequest
-
Uses of CreateMerchantBookingRequest in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api with parameters of type CreateMerchantBookingRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingConfirmations>BookingApi.createMerchantBooking(CreateMerchantBookingRequest createMerchantBookingRequest) Create Merchant Booking Create a merchant booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingConfirmations>>BookingApi.createMerchantBookingWithHttpInfo(CreateMerchantBookingRequest createMerchantBookingRequest) -
Uses of CreateMerchantBookingRequest in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return CreateMerchantBookingRequestModifier and TypeMethodDescriptionCreateMerchantBookingRequest.addRoomsItem(MerchantBookingRequest roomsItem) CreateMerchantBookingRequest.displayCurrency(String displayCurrency) CreateMerchantBookingRequest.displayLanguage(String displayLanguage) CreateMerchantBookingRequest.engineConfigurationIdentifier(UUID engineConfigurationIdentifier) CreateMerchantBookingRequest.rooms(List<MerchantBookingRequest> rooms)