Uses of Class
travel.wink.sdk.extranet.booking.model.BookingCancellableSupplier
Packages that use BookingCancellableSupplier
-
Uses of BookingCancellableSupplier in travel.wink.sdk.extranet.booking.api
Methods in travel.wink.sdk.extranet.booking.api that return types with arguments of type BookingCancellableSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingCancellableSupplier> BookingApi.isBookingCancellable(String propertyIdentifier, String bookingIdentifier, String winkVersion, String accept) Is Booking Cancellable Checks to see whether this booking (or group booking) can be cancelled by either the traveler or the hotel.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingCancellableSupplier>> BookingApi.isBookingCancellableWithHttpInfo(String propertyIdentifier, String bookingIdentifier, String winkVersion, String accept) Is Booking Cancellable Checks to see whether this booking (or group booking) can be cancelled by either the traveler or the hotel. -
Uses of BookingCancellableSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return BookingCancellableSupplierModifier and TypeMethodDescriptionBookingCancellableSupplier.bookingIdentifier(UUID bookingIdentifier) BookingCancellableSupplier.cancellable(Boolean cancellable) BookingCancellableSupplier.hotelIdentifier(UUID hotelIdentifier)