Package api
Class PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest
java.lang.Object
api.PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest
- Enclosing class:
PaymentInstrumentsApi
-
Method Summary
Modifier and TypeMethodDescriptionaccountLast4(String accountLast4) Set accountLast4accountRoutingNumber(String accountRoutingNumber) Set accountRoutingNumberafterCursor(String afterCursor) Set afterCursorapplication(String application) Set applicationbeforeCursor(String beforeCursor) Set beforeCursorSet binokhttp3.CallbuildCall(ApiCallback _callback) Build call for listPaymentInstrumentscreatedAtGte(String createdAtGte) Set createdAtGtecreatedAtLte(String createdAtLte) Set createdAtLteexecute()Execute listPaymentInstruments requestokhttp3.CallexecuteAsync(ApiCallback<PaymentInstrumentsList> _callback) Execute listPaymentInstruments request (asynchronously)Execute listPaymentInstruments request with HTTP info returnedexpirationMonth(String expirationMonth) Set expirationMonthexpirationYear(String expirationYear) Set expirationYearSet lastFourSet limitSet nameownerIdentityId(String ownerIdentityId) Set ownerIdentityIdSet type
-
Method Details
-
limit
Set limit- Parameters:
limit- The numbers of items to return (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
afterCursor
Set afterCursor- Parameters:
afterCursor- Return every resource created after the cursor value. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
accountLast4
Set accountLast4- Parameters:
accountLast4- Filter by the last 4 digits of the account if available. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
accountRoutingNumber
public PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest accountRoutingNumber(String accountRoutingNumber) Set accountRoutingNumber- Parameters:
accountRoutingNumber- Filter by the account routing number if available. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
application
Set application- Parameters:
application- Filter by application id (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
bin
Set bin- Parameters:
bin- Filter by Bank Identification Number (BIN). The BIN is the first 6 digits of the masked number (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
createdAtGte
Set createdAtGte- Parameters:
createdAtGte- Filter where created_at is after the given date. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
createdAtLte
Set createdAtLte- Parameters:
createdAtLte- Filter where created_at is before the given date. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
expirationMonth
public PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest expirationMonth(String expirationMonth) Set expirationMonth- Parameters:
expirationMonth- Filter by the expiration month associated with the `Payment Instrument` if applicable. This filter only applies to payment cards. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
expirationYear
Set expirationYear- Parameters:
expirationYear- Filter by the 4 digit expiration year associated with the Payment Instrument if applicable. This filter only applies to payment cards (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
lastFour
Set lastFour- Parameters:
lastFour- Filter by the last 4 digits of the Payment Instrument card. This filter only applies to payment cards. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
name
Set name- Parameters:
name- Filter by the name. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
ownerIdentityId
public PaymentInstrumentsApi.APIlistPaymentInstrumentsRequest ownerIdentityId(String ownerIdentityId) Set ownerIdentityId- Parameters:
ownerIdentityId- Filter by the owner id of the associated identity. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
type
Set type- Parameters:
type- Filter by the payment instrument type. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
beforeCursor
Set beforeCursor- Parameters:
beforeCursor- Return every resource created before the cursor value. (optional)- Returns:
- APIlistPaymentInstrumentsRequest
-
buildCall
Build call for listPaymentInstruments- 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 Payment Instrument 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 listPaymentInstruments request- Returns:
- PaymentInstrumentsList
- 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 Payment Instrument 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 listPaymentInstruments request with HTTP info returned- Returns:
- ApiResponse<PaymentInstrumentsList>
- 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 Payment Instrument 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 listPaymentInstruments 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 Payment Instrument 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 -
-