Uses of Class
com.duffel.sdk.model.ConfirmOrderChangeRequest
Packages that use ConfirmOrderChangeRequest
-
Uses of ConfirmOrderChangeRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type ConfirmOrderChangeRequestModifier 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) 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>> OrderChangesApi.confirmOrderChangeWithHttpInfo(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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.confirmOrderChangeWithResponseSpec(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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecOrderChangesApi.confirmOrderChangeWithResponseSpec(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. -
Uses of ConfirmOrderChangeRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return ConfirmOrderChangeRequestModifier and TypeMethodDescriptionConfirmOrderChangeRequest.data(ConfirmOrderChangeRequestData data)