Uses of Class
io.trippay.sdk.payment.model.BookingContractCancellableResponse
Packages that use BookingContractCancellableResponse
-
Uses of BookingContractCancellableResponse in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type BookingContractCancellableResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingContractCancellableResponse> ContractApi.isContractCancellable(String identifier, CancelBookingContractRequest cancelBookingContractRequest, String winkVersion) Contract cancellable Returns whether a booking can be cancelled or not and any rules associated with cancelling.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingContractCancellableResponse>> ContractApi.isContractCancellableWithHttpInfo(String identifier, CancelBookingContractRequest cancelBookingContractRequest, String winkVersion) Contract cancellable Returns whether a booking can be cancelled or not and any rules associated with cancelling.reactor.core.publisher.Flux<BookingContractCancellableResponse> ContractApi.isGroupContractCancellable(String traceId, CancelBookingContractRequest cancelBookingContractRequest, String winkVersion, String accept) Group contract cancellable Returns whether a booking can be cancelled or not and any rules associated with cancelling.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingContractCancellableResponse>>> ContractApi.isGroupContractCancellableWithHttpInfo(String traceId, CancelBookingContractRequest cancelBookingContractRequest, String winkVersion, String accept) Group contract cancellable Returns whether a booking can be cancelled or not and any rules associated with cancelling. -
Uses of BookingContractCancellableResponse in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return BookingContractCancellableResponseModifier and TypeMethodDescriptionBookingContractCancellableResponse._list(List<BookingContractItemCancellableResponse> _list) BookingContractCancellableResponse.addListItem(BookingContractItemCancellableResponse _listItem) BookingContractCancellableResponse.cancellable(Boolean cancellable) BookingContractCancellableResponse.identifier(UUID identifier)