Uses of Class
travel.wink.sdk.extranet.model.BookingViewSupplierDetails
Packages that use BookingViewSupplierDetails
-
Uses of BookingViewSupplierDetails in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type BookingViewSupplierDetailsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingViewSupplierDetails>DailyRateApi.createTestBooking(String hotelIdentifier, BookingTestRequestSupplierDetails bookingTestRequestSupplierDetails, String winkVersion) Test Rate / Availability Test whether the rates and availability for a sales channel is coming backing the way the property wantsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewSupplierDetails>>DailyRateApi.createTestBookingWithHttpInfo(String hotelIdentifier, BookingTestRequestSupplierDetails bookingTestRequestSupplierDetails, String winkVersion) Test Rate / Availability Test whether the rates and availability for a sales channel is coming backing the way the property wantsreactor.core.publisher.Mono<BookingViewSupplierDetails>BookingApi.showHotelBooking(String hotelIdentifier, String bookingIdentifier, String winkVersion) Show Booking Retrieve a single booking specific by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewSupplierDetails>>BookingApi.showHotelBookingWithHttpInfo(String hotelIdentifier, String bookingIdentifier, String winkVersion) Show Booking Retrieve a single booking specific by its identifier. -
Uses of BookingViewSupplierDetails in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingViewSupplierDetailsModifier and TypeMethodDescriptionBookingViewSupplierDetails.booking(BookingSupplierDetails booking) BookingViewSupplierDetails.createdDate(LocalDateTime createdDate) BookingViewSupplierDetails.lastUpdate(LocalDateTime lastUpdate)