public class InstallmentPlanApiGenerated.RefundRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for refund
|
InstallmentPlanRefundResponse |
execute()
Execute refund request
|
okhttp3.Call |
executeAsync(ApiCallback<InstallmentPlanRefundResponse> _callback)
Execute refund request (asynchronously)
|
ApiResponse<InstallmentPlanRefundResponse> |
executeWithHttpInfo()
Execute refund request with HTTP info returned
|
InstallmentPlanApiGenerated.RefundRequestBuilder |
refundStrategy(RefundStrategy refundStrategy)
Set refundStrategy
|
public InstallmentPlanApiGenerated.RefundRequestBuilder refundStrategy(RefundStrategy refundStrategy)
refundStrategy - (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 InstallmentPlanRefundResponse 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<InstallmentPlanRefundResponse> 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<InstallmentPlanRefundResponse> _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.