| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2CreateOrderPost201Response |
OrdersApi.createOrder(CreateOrderRequest createOrderRequest)
Create an Order
A create order request enables you to send the itemized details along with the order.
|
okhttp3.Call |
OrdersApi.createOrderAsync(CreateOrderRequest createOrderRequest,
ApiCallback<PtsV2CreateOrderPost201Response> callback)
Create an Order (asynchronously)
A create order request enables you to send the itemized details along with the order.
|
okhttp3.Call |
OrdersApi.createOrderCall(CreateOrderRequest createOrderRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createOrder
|
ApiResponse<PtsV2CreateOrderPost201Response> |
OrdersApi.createOrderWithHttpInfo(CreateOrderRequest createOrderRequest)
Create an Order
A create order request enables you to send the itemized details along with the order.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrderRequest |
CreateOrderRequest.clientReferenceInformation(Ptsv2intentsClientReferenceInformation clientReferenceInformation) |
CreateOrderRequest |
CreateOrderRequest.merchantInformation(Ptsv2intentsMerchantInformation merchantInformation) |
CreateOrderRequest |
CreateOrderRequest.orderInformation(Ptsv2intentsOrderInformation orderInformation) |
CreateOrderRequest |
CreateOrderRequest.paymentInformation(Ptsv2intentsPaymentInformation paymentInformation) |
CreateOrderRequest |
CreateOrderRequest.processingInformation(Ptsv2intentsProcessingInformation processingInformation) |
Copyright © 2025. All rights reserved.