Uses of Class
travel.wink.sdk.booking.model.BookingConfirmations
Packages that use BookingConfirmations
-
Uses of BookingConfirmations in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type BookingConfirmationsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingConfirmations>BookingApi.createAgentBooking(CreateAgentBookingRequest createAgentBookingRequest) Create Agent Booking Create agent booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingConfirmations>>BookingApi.createAgentBookingWithHttpInfo(CreateAgentBookingRequest createAgentBookingRequest) reactor.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 BookingConfirmations in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BookingConfirmationsModifier and TypeMethodDescriptionBookingConfirmations._list(List<BookingView> _list) BookingConfirmations.addListItem(BookingView _listItem) BookingConfirmations.pointsToBeEarned(Integer pointsToBeEarned) BookingConfirmations.sourceTotal(BookingUserSpecifiedCurrencyTotal sourceTotal) BookingConfirmations.userSpecifiedCurrencyTotal(BookingUserSpecifiedCurrencyTotal userSpecifiedCurrencyTotal)