Uses of Class
travel.wink.hotelbeds.booking.sdk.model.BookingCancellationRS
Packages that use BookingCancellationRS
-
Uses of BookingCancellationRS in travel.wink.hotelbeds.booking.sdk.api
Methods in travel.wink.hotelbeds.booking.sdk.api that return types with arguments of type BookingCancellationRSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingCancellationRS>BookingApi.bookingCancellation(String accept, String acceptEncoding, String bookingId, String cancellationFlag, String language) Booking cancellation BookingCancellation is used either to simulate a cancellation or to perform the actual cancellation.Cancellations always take into account day and time of the destination in order to calculate what cancellation policy should be applied.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingCancellationRS>>BookingApi.bookingCancellationWithHttpInfo(String accept, String acceptEncoding, String bookingId, String cancellationFlag, String language) Booking cancellation BookingCancellation is used either to simulate a cancellation or to perform the actual cancellation.Cancellations always take into account day and time of the destination in order to calculate what cancellation policy should be applied. -
Uses of BookingCancellationRS in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return BookingCancellationRSModifier and TypeMethodDescriptionBookingCancellationRS.auditData(ApiAuditData auditData) BookingCancellationRS.booking(ApiBooking booking)