public class InstallmentPlanApiGenerated.UpdateOrderRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for updateOrder
|
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder |
capture(Boolean capture)
Set capture
|
InstallmentPlanUpdateResponse |
execute()
Execute updateOrder request
|
okhttp3.Call |
executeAsync(ApiCallback<InstallmentPlanUpdateResponse> _callback)
Execute updateOrder request (asynchronously)
|
ApiResponse<InstallmentPlanUpdateResponse> |
executeWithHttpInfo()
Execute updateOrder request with HTTP info returned
|
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder |
refOrderNumber(String refOrderNumber)
Set refOrderNumber
|
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder |
shippingStatus(ShippingStatus shippingStatus)
Set shippingStatus
|
InstallmentPlanApiGenerated.UpdateOrderRequestBuilder |
trackingNumber(String trackingNumber)
Set trackingNumber
|
public InstallmentPlanApiGenerated.UpdateOrderRequestBuilder trackingNumber(String trackingNumber)
trackingNumber - (optional)public InstallmentPlanApiGenerated.UpdateOrderRequestBuilder refOrderNumber(String refOrderNumber)
refOrderNumber - (optional)public InstallmentPlanApiGenerated.UpdateOrderRequestBuilder shippingStatus(ShippingStatus shippingStatus)
shippingStatus - (optional)public InstallmentPlanApiGenerated.UpdateOrderRequestBuilder capture(Boolean capture)
capture - (optional)public okhttp3.Call buildCall(ApiCallback _callback) throws ApiException
_callback - ApiCallback API callbackApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | - |
public InstallmentPlanUpdateResponse execute() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - |
public ApiResponse<InstallmentPlanUpdateResponse> executeWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | - |
public okhttp3.Call executeAsync(ApiCallback<InstallmentPlanUpdateResponse> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | - |
Copyright © 2023. All rights reserved.