Uses of Class
com.duffel.sdk.model.CreateOrderChangeRequest
Packages that use CreateOrderChangeRequest
-
Uses of CreateOrderChangeRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type CreateOrderChangeRequestModifier and TypeMethodDescriptionreactor.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) 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>> OrderChangesApi.createOrderChangeWithHttpInfo(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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.createOrderChangeWithResponseSpec(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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecOrderChangesApi.createOrderChangeWithResponseSpec(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. -
Uses of CreateOrderChangeRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateOrderChangeRequestModifier and TypeMethodDescriptionCreateOrderChangeRequest.data(CreateOrderChangeRequestData data)