| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
buildCall(ApiCallback _callback)
Build call for agencyCommissionsHistory
|
RebateApi.APIagencyCommissionsHistoryRequest |
currency(String currency)
Set currency
|
List<AgencyCommissionHistory> |
execute()
Execute agencyCommissionsHistory request
|
okhttp3.Call |
executeAsync(ApiCallback<List<AgencyCommissionHistory>> _callback)
Execute agencyCommissionsHistory request (asynchronously)
|
ApiResponse<List<AgencyCommissionHistory>> |
executeWithHttpInfo()
Execute agencyCommissionsHistory request with HTTP info returned
|
RebateApi.APIagencyCommissionsHistoryRequest |
from(Long from)
Set from
|
RebateApi.APIagencyCommissionsHistoryRequest |
limit(Integer limit)
Set limit
|
RebateApi.APIagencyCommissionsHistoryRequest |
offset(Integer offset)
Set offset
|
RebateApi.APIagencyCommissionsHistoryRequest |
to(Long to)
Set to
|
RebateApi.APIagencyCommissionsHistoryRequest |
userId(String userId)
Set userId
|
public RebateApi.APIagencyCommissionsHistoryRequest currency(String currency)
currency - Filter by currency. Return all currency records if not specified (optional)public RebateApi.APIagencyCommissionsHistoryRequest userId(String userId)
userId - User ID. If not specified, all user records will be returned (optional)public RebateApi.APIagencyCommissionsHistoryRequest from(Long from)
from - Time range beginning, default to 7 days before current time (optional)public RebateApi.APIagencyCommissionsHistoryRequest to(Long to)
to - Time range ending, default to current time (optional)public RebateApi.APIagencyCommissionsHistoryRequest limit(Integer limit)
limit - Maximum number of records to be returned in a single list (optional, default to 100)public RebateApi.APIagencyCommissionsHistoryRequest 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<AgencyCommissionHistory> 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<AgencyCommissionHistory>> 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<AgencyCommissionHistory>> _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.