Uses of Class
com.duffel.sdk.model.ConfirmOrderChange200Response
Packages that use ConfirmOrderChange200Response
-
Uses of ConfirmOrderChange200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type ConfirmOrderChange200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ConfirmOrderChange200Response>BookingApi.confirmOrderChange(String accept, String duffelVersion, String id, ConfirmOrderChangeRequest confirmOrderChangeRequest, String acceptEncoding) Confirm an order change Once you've created a pending order change, you'll know the `change_total_amount` due for the change.reactor.core.publisher.Mono<ConfirmOrderChange200Response>OrderChangesApi.confirmOrderChange(String accept, String duffelVersion, String id, ConfirmOrderChangeRequest confirmOrderChangeRequest, String acceptEncoding) Confirm an order change Once you've created a pending order change, you'll know the `change_total_amount` due for the change.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmOrderChange200Response>>BookingApi.confirmOrderChangeWithHttpInfo(String accept, String duffelVersion, String id, ConfirmOrderChangeRequest confirmOrderChangeRequest, String acceptEncoding) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmOrderChange200Response>>OrderChangesApi.confirmOrderChangeWithHttpInfo(String accept, String duffelVersion, String id, ConfirmOrderChangeRequest confirmOrderChangeRequest, String acceptEncoding) reactor.core.publisher.Mono<ConfirmOrderChange200Response>BookingApi.createOrderChange(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateOrderChangeRequest createOrderChangeRequest) Create a pending order change To begin the process of changing an order you need to create an order change.reactor.core.publisher.Mono<ConfirmOrderChange200Response>OrderChangesApi.createOrderChange(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateOrderChangeRequest createOrderChangeRequest) Create a pending order change To begin the process of changing an order you need to create an order change.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmOrderChange200Response>>BookingApi.createOrderChangeWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateOrderChangeRequest createOrderChangeRequest) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmOrderChange200Response>>OrderChangesApi.createOrderChangeWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, CreateOrderChangeRequest createOrderChangeRequest) reactor.core.publisher.Mono<ConfirmOrderChange200Response>BookingApi.getOrderChangeById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order change Retrieves an order change by its IDreactor.core.publisher.Mono<ConfirmOrderChange200Response>OrderChangesApi.getOrderChangeById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order change Retrieves an order change by its IDreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmOrderChange200Response>>BookingApi.getOrderChangeByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConfirmOrderChange200Response>>OrderChangesApi.getOrderChangeByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) -
Uses of ConfirmOrderChange200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return ConfirmOrderChange200Response