Uses of Class
com.duffel.sdk.model.CreateOrderRequest
Packages that use CreateOrderRequest
-
Uses of CreateOrderRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type CreateOrderRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetOrderById200Response> BookingApi.createOrder(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<GetOrderById200Response> OrdersApi.createOrder(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> BookingApi.createOrderWithHttpInfo(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> OrdersApi.createOrderWithHttpInfo(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.createOrderWithResponseSpec(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.org.springframework.web.reactive.function.client.WebClient.ResponseSpecOrdersApi.createOrderWithResponseSpec(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer. -
Uses of CreateOrderRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateOrderRequest