Uses of Class
travel.wink.sdk.extranet.model.BookingViewSupplier
Packages that use BookingViewSupplier
-
Uses of BookingViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type BookingViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingViewSupplier>BookingApi.cancelHotelBooking(String hotelIdentifier, String bookingIdentifier, CancellationDetailSupplier cancellationDetailSupplier, String winkVersion) Cancel Booking Booking is cancelled by the property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewSupplier>>BookingApi.cancelHotelBookingWithHttpInfo(String hotelIdentifier, String bookingIdentifier, CancellationDetailSupplier cancellationDetailSupplier, String winkVersion) Cancel Booking Booking is cancelled by the property.reactor.core.publisher.Mono<BookingViewSupplier>BookingApi.requestRefund(String hotelIdentifier, String bookingIdentifier, PropertyBookingRefundRequestSupplier propertyBookingRefundRequestSupplier, String winkVersion) Request refund Under certain circumstances, a property can request a partial refund of the funds that were attributed to them even after a cancellation occurred or the while the funds have not been disbursed yet.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewSupplier>>BookingApi.requestRefundWithHttpInfo(String hotelIdentifier, String bookingIdentifier, PropertyBookingRefundRequestSupplier propertyBookingRefundRequestSupplier, String winkVersion) Request refund Under certain circumstances, a property can request a partial refund of the funds that were attributed to them even after a cancellation occurred or the while the funds have not been disbursed yet.reactor.core.publisher.Mono<BookingViewSupplier>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<BookingViewSupplier>>BookingApi.showHotelBookingWithHttpInfo(String hotelIdentifier, String bookingIdentifier, String winkVersion) Show Booking Retrieve a single booking specific by its identifier. -
Uses of BookingViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingViewSupplierModifier and TypeMethodDescriptionBookingViewSupplier.booking(BookingSupplier booking) BookingViewSupplier.createdDate(LocalDateTime createdDate) BookingViewSupplier.lastUpdate(LocalDateTime lastUpdate) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BookingViewSupplierModifier and TypeMethodDescription@Valid List<BookingViewSupplier>PageBookingViewSupplier.getContent()Get contentMethods in travel.wink.sdk.extranet.model with parameters of type BookingViewSupplierModifier and TypeMethodDescriptionPageBookingViewSupplier.addContentItem(BookingViewSupplier contentItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BookingViewSupplierModifier and TypeMethodDescriptionPageBookingViewSupplier.content(List<BookingViewSupplier> content) voidPageBookingViewSupplier.setContent(List<BookingViewSupplier> content)