public class WithdrawalApi extends Object
| Constructor and Description |
|---|
WithdrawalApi() |
WithdrawalApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
LedgerRecord |
cancelWithdrawal(String withdrawalId)
Cancel withdrawal with specified ID
|
okhttp3.Call |
cancelWithdrawalAsync(String withdrawalId,
ApiCallback<LedgerRecord> _callback)
Cancel withdrawal with specified ID (asynchronously)
|
okhttp3.Call |
cancelWithdrawalCall(String withdrawalId,
ApiCallback _callback)
Build call for cancelWithdrawal
|
ApiResponse<LedgerRecord> |
cancelWithdrawalWithHttpInfo(String withdrawalId)
Cancel withdrawal with specified ID
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
LedgerRecord |
withdraw(LedgerRecord ledgerRecord)
Withdraw
|
okhttp3.Call |
withdrawAsync(LedgerRecord ledgerRecord,
ApiCallback<LedgerRecord> _callback)
Withdraw (asynchronously)
|
okhttp3.Call |
withdrawCall(LedgerRecord ledgerRecord,
ApiCallback _callback)
Build call for withdraw
|
ApiResponse<LedgerRecord> |
withdrawWithHttpInfo(LedgerRecord ledgerRecord)
Withdraw
|
public WithdrawalApi()
public WithdrawalApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call withdrawCall(LedgerRecord ledgerRecord, ApiCallback _callback) throws ApiException
ledgerRecord - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 202 | Withdraw request is accepted. Refer to withdrawal records for status | - |
public LedgerRecord withdraw(LedgerRecord ledgerRecord) throws ApiException
ledgerRecord - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 202 | Withdraw request is accepted. Refer to withdrawal records for status | - |
public ApiResponse<LedgerRecord> withdrawWithHttpInfo(LedgerRecord ledgerRecord) throws ApiException
ledgerRecord - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 202 | Withdraw request is accepted. Refer to withdrawal records for status | - |
public okhttp3.Call withdrawAsync(LedgerRecord ledgerRecord, ApiCallback<LedgerRecord> _callback) throws ApiException
ledgerRecord - (required)_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 |
| 202 | Withdraw request is accepted. Refer to withdrawal records for status | - |
public okhttp3.Call cancelWithdrawalCall(String withdrawalId, ApiCallback _callback) throws ApiException
withdrawalId - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 202 | Cancellation accepted. Refer to record status for the cancellation result | - |
public LedgerRecord cancelWithdrawal(String withdrawalId) throws ApiException
withdrawalId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 202 | Cancellation accepted. Refer to record status for the cancellation result | - |
public ApiResponse<LedgerRecord> cancelWithdrawalWithHttpInfo(String withdrawalId) throws ApiException
withdrawalId - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 202 | Cancellation accepted. Refer to record status for the cancellation result | - |
public okhttp3.Call cancelWithdrawalAsync(String withdrawalId, ApiCallback<LedgerRecord> _callback) throws ApiException
withdrawalId - (required)_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 |
| 202 | Cancellation accepted. Refer to record status for the cancellation result | - |
Copyright © 2021. All rights reserved.