Package api
Class SettlementsApi.APIlistSettlementsRequest
java.lang.Object
api.SettlementsApi.APIlistSettlementsRequest
- Enclosing class:
SettlementsApi
-
Method Summary
Modifier and TypeMethodDescriptionafterCursor(String afterCursor) Set afterCursorSet amountSet amountGtSet amountGteSet amountLtSet amountLtebeforeCursor(String beforeCursor) Set beforeCursorokhttp3.CallbuildCall(ApiCallback _callback) Build call for listSettlementscreatedAtGte(String createdAtGte) Set createdAtGtecreatedAtLte(String createdAtLte) Set createdAtLteexecute()Execute listSettlements requestokhttp3.CallexecuteAsync(ApiCallback<SettlementsList> _callback) Execute listSettlements request (asynchronously)Execute listSettlements request with HTTP info returnedSet idSet limitupdatedAtGte(String updatedAtGte) Set updatedAtGteupdatedAtLte(String updatedAtLte) Set updatedAtLte
-
Method Details
-
amount
Set amount- Parameters:
amount- Filter by a total amount equal to the given value (optional)- Returns:
- APIlistSettlementsRequest
-
amountLt
Set amountLt- Parameters:
amountLt- Filter by a total amount less than (optional)- Returns:
- APIlistSettlementsRequest
-
amountGt
Set amountGt- Parameters:
amountGt- Filter by a total amount greater than (optional)- Returns:
- APIlistSettlementsRequest
-
amountLte
Set amountLte- Parameters:
amountLte- Filter by a total amount less than or equal (optional)- Returns:
- APIlistSettlementsRequest
-
amountGte
Set amountGte- Parameters:
amountGte- Filter by a total amount greater than or equal (optional)- Returns:
- APIlistSettlementsRequest
-
createdAtGte
Set createdAtGte- Parameters:
createdAtGte- Filter where created_at is after the given date. (optional)- Returns:
- APIlistSettlementsRequest
-
createdAtLte
Set createdAtLte- Parameters:
createdAtLte- Filter where created_at is before the given date. (optional)- Returns:
- APIlistSettlementsRequest
-
updatedAtGte
Set updatedAtGte- Parameters:
updatedAtGte- Filter where updated_at is after the given date (optional)- Returns:
- APIlistSettlementsRequest
-
updatedAtLte
Set updatedAtLte- Parameters:
updatedAtLte- Filter where updated_at is before the given date (optional)- Returns:
- APIlistSettlementsRequest
-
id
Set id- Parameters:
id- Filter by id (optional)- Returns:
- APIlistSettlementsRequest
-
limit
Set limit- Parameters:
limit- The numbers of items to return (optional)- Returns:
- APIlistSettlementsRequest
-
afterCursor
Set afterCursor- Parameters:
afterCursor- Return every resource created after the cursor value. (optional)- Returns:
- APIlistSettlementsRequest
-
beforeCursor
Set beforeCursor- Parameters:
beforeCursor- Return every resource created before the cursor value. (optional)- Returns:
- APIlistSettlementsRequest
-
buildCall
Build call for listSettlements- Parameters:
_callback- ApiCallback API callback- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object- Http Response Details:
Status Code Description Response Headers 200 List of `Settlement` objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
execute
Execute listSettlements request- Returns:
- SettlementsList
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 List of `Settlement` objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
executeWithHttpInfo
Execute listSettlements request with HTTP info returned- Returns:
- ApiResponse<SettlementsList>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body- Http Response Details:
Status Code Description Response Headers 200 List of `Settlement` objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-
executeAsync
Execute listSettlements request (asynchronously)- Parameters:
_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object- Http Response Details:
Status Code Description Response Headers 200 List of `Settlement` objects * finix-apiuser-role -
* date -
* x-request-id -
401 Authentication information is missing or invalid * finix-apiuser-role -
* date -
* x-request-id -
403 Forbidden * finix-apiuser-role -
* date -
* x-request-id -
406 Not Acceptable * finix-apiuser-role -
* date -
* x-request-id -
-