Uses of Class
travel.wink.sdk.booking.model.BookingConfirmationsBooker
Packages that use BookingConfirmationsBooker
-
Uses of BookingConfirmationsBooker in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type BookingConfirmationsBookerModifier 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 BookingConfirmationsBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingConfirmationsBookerModifier and TypeMethodDescriptionBookingConfirmationsBooker._list(List<BookingViewBooker> _list) BookingConfirmationsBooker.addListItem(BookingViewBooker _listItem) BookingConfirmationsBooker.pointsToBeEarned(Integer pointsToBeEarned) BookingConfirmationsBooker.sourceTotal(MoneysBooker sourceTotal) BookingConfirmationsBooker.userSpecifiedCurrencyTotal(MoneysBooker userSpecifiedCurrencyTotal)