| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for agencyTransactionHistory
|
RebateApi.APIagencyTransactionHistoryRequest |
currencyPair(String currencyPair)
Set currencyPair
|
List<AgencyTransactionHistory> |
execute()
Execute agencyTransactionHistory request
|
okhttp3.Call |
executeAsync(ApiCallback<List<AgencyTransactionHistory>> _callback)
Execute agencyTransactionHistory request (asynchronously)
|
ApiResponse<List<AgencyTransactionHistory>> |
executeWithHttpInfo()
Execute agencyTransactionHistory request with HTTP info returned
|
RebateApi.APIagencyTransactionHistoryRequest |
from(Long from)
Set from
|
RebateApi.APIagencyTransactionHistoryRequest |
limit(Integer limit)
Set limit
|
RebateApi.APIagencyTransactionHistoryRequest |
offset(Integer offset)
Set offset
|
RebateApi.APIagencyTransactionHistoryRequest |
to(Long to)
Set to
|
RebateApi.APIagencyTransactionHistoryRequest |
userId(String userId)
Set userId
|
public RebateApi.APIagencyTransactionHistoryRequest currencyPair(String currencyPair)
currencyPair - Specify the currency pair, if not specified, return all currency pairs (optional)public RebateApi.APIagencyTransactionHistoryRequest userId(String userId)
userId - User ID. If not specified, all user records will be returned (optional)public RebateApi.APIagencyTransactionHistoryRequest from(Long from)
from - Time range beginning, default to 7 days before current time (optional)public RebateApi.APIagencyTransactionHistoryRequest to(Long to)
to - Time range ending, default to current time (optional)public RebateApi.APIagencyTransactionHistoryRequest limit(Integer limit)
limit - Maximum number of records to be returned in a single list (optional, default to 100)public RebateApi.APIagencyTransactionHistoryRequest offset(Integer offset)
offset - List offset, starting from 0 (optional, default to 0)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 | List retrieved | - |
public List<AgencyTransactionHistory> 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 | List retrieved | - |
public ApiResponse<List<AgencyTransactionHistory>> 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 | List retrieved | - |
public okhttp3.Call executeAsync(ApiCallback<List<AgencyTransactionHistory>> _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 | List retrieved | - |
Copyright © 2023. All rights reserved.