| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
PtsV2UpdateOrderPatch201Response |
OrdersApi.updateOrder(String id,
UpdateOrderRequest updateOrderRequest)
Update an Order
This API can be used in two flavours - for updating the order as well as saving the order.
|
okhttp3.Call |
OrdersApi.updateOrderAsync(String id,
UpdateOrderRequest updateOrderRequest,
ApiCallback<PtsV2UpdateOrderPatch201Response> callback)
Update an Order (asynchronously)
This API can be used in two flavours - for updating the order as well as saving the order.
|
okhttp3.Call |
OrdersApi.updateOrderCall(String id,
UpdateOrderRequest updateOrderRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateOrder
|
ApiResponse<PtsV2UpdateOrderPatch201Response> |
OrdersApi.updateOrderWithHttpInfo(String id,
UpdateOrderRequest updateOrderRequest)
Update an Order
This API can be used in two flavours - for updating the order as well as saving the order.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateOrderRequest |
UpdateOrderRequest.clientReferenceInformation(Ptsv2intentsClientReferenceInformation clientReferenceInformation) |
UpdateOrderRequest |
UpdateOrderRequest.merchantInformation(Ptsv2intentsidMerchantInformation merchantInformation) |
UpdateOrderRequest |
UpdateOrderRequest.orderInformation(Ptsv2intentsidOrderInformation orderInformation) |
UpdateOrderRequest |
UpdateOrderRequest.paymentInformation(Ptsv2intentsPaymentInformation paymentInformation) |
UpdateOrderRequest |
UpdateOrderRequest.processingInformation(Ptsv2intentsidProcessingInformation processingInformation) |
Copyright © 2025. All rights reserved.