Uses of Class
com.duffel.sdk.model.CreateOrderCancellation201Response
Packages that use CreateOrderCancellation201Response
-
Uses of CreateOrderCancellation201Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type CreateOrderCancellation201ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<CreateOrderCancellation201Response> BookingApi.confirmOrderCancellation(String accept, String duffelVersion, String id, String acceptEncoding) Confirm an order cancellation Once you've created a pending order cancellation, you'll know the `refund_amount` you're due to get back.reactor.core.publisher.Mono<CreateOrderCancellation201Response> OrderCancellationsApi.confirmOrderCancellation(String accept, String duffelVersion, String id, String acceptEncoding) Confirm an order cancellation Once you've created a pending order cancellation, you'll know the `refund_amount` you're due to get back.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateOrderCancellation201Response>> BookingApi.confirmOrderCancellationWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Confirm an order cancellation Once you've created a pending order cancellation, you'll know the `refund_amount` you're due to get back.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateOrderCancellation201Response>> OrderCancellationsApi.confirmOrderCancellationWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Confirm an order cancellation Once you've created a pending order cancellation, you'll know the `refund_amount` you're due to get back.reactor.core.publisher.Mono<CreateOrderCancellation201Response> BookingApi.createOrderCancellation(String accept, String duffelVersion, CreateOrderCancellationRequest createOrderCancellationRequest, String acceptEncoding, String contentType) Create a pending order cancellation To begin the process of cancelling an order you need to create an order cancellation.reactor.core.publisher.Mono<CreateOrderCancellation201Response> OrderCancellationsApi.createOrderCancellation(String accept, String duffelVersion, CreateOrderCancellationRequest createOrderCancellationRequest, String acceptEncoding, String contentType) Create a pending order cancellation To begin the process of cancelling an order you need to create an order cancellation.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateOrderCancellation201Response>> BookingApi.createOrderCancellationWithHttpInfo(String accept, String duffelVersion, CreateOrderCancellationRequest createOrderCancellationRequest, String acceptEncoding, String contentType) Create a pending order cancellation To begin the process of cancelling an order you need to create an order cancellation.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateOrderCancellation201Response>> OrderCancellationsApi.createOrderCancellationWithHttpInfo(String accept, String duffelVersion, CreateOrderCancellationRequest createOrderCancellationRequest, String acceptEncoding, String contentType) Create a pending order cancellation To begin the process of cancelling an order you need to create an order cancellation.reactor.core.publisher.Mono<CreateOrderCancellation201Response> BookingApi.getOrderCancellationById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order cancellation Retrieves an order cancellation by its ID.reactor.core.publisher.Mono<CreateOrderCancellation201Response> OrderCancellationsApi.getOrderCancellationById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order cancellation Retrieves an order cancellation by its ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateOrderCancellation201Response>> BookingApi.getOrderCancellationByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order cancellation Retrieves an order cancellation by its ID.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CreateOrderCancellation201Response>> OrderCancellationsApi.getOrderCancellationByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order cancellation Retrieves an order cancellation by its ID. -
Uses of CreateOrderCancellation201Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateOrderCancellation201ResponseModifier and TypeMethodDescriptionCreateOrderCancellation201Response.data(OrderCancellation data)