Uses of Class
travel.wink.sdk.extranet.model.BookingCancellable
Packages that use BookingCancellable
-
Uses of BookingCancellable in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type BookingCancellableModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingCancellable>BookingApi.isBookingCancellable(String hotelIdentifier, String bookingIdentifier, String winkVersion) 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<BookingCancellable>>BookingApi.isBookingCancellableWithHttpInfo(String hotelIdentifier, String bookingIdentifier, String winkVersion) -
Uses of BookingCancellable in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BookingCancellableModifier and TypeMethodDescriptionBookingCancellable.bookingIdentifier(UUID bookingIdentifier) BookingCancellable.cancellable(Boolean cancellable) BookingCancellable.hotelIdentifier(UUID hotelIdentifier)