public class BankingScheduledPaymentsAPI extends Object
| Constructor and Description |
|---|
BankingScheduledPaymentsAPI() |
BankingScheduledPaymentsAPI(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ResponseBankingScheduledPaymentsList |
listScheduledPayments(String accountId,
Integer page,
Integer pageSize)
Get Scheduled Payments for Account
Obtain scheduled, outgoing payments for a specific account
|
okhttp3.Call |
listScheduledPaymentsAsync(String accountId,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingScheduledPaymentsList> _callback)
Get Scheduled Payments for Account (asynchronously)
Obtain scheduled, outgoing payments for a specific account
|
okhttp3.Call |
listScheduledPaymentsCall(String accountId,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listScheduledPayments
|
ResponseBankingScheduledPaymentsList |
listScheduledPaymentsSpecificAccounts(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Scheduled Payments For Specific Accounts
Obtain scheduled payments for a specified list of accounts
|
okhttp3.Call |
listScheduledPaymentsSpecificAccountsAsync(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingScheduledPaymentsList> _callback)
Get Scheduled Payments For Specific Accounts (asynchronously)
Obtain scheduled payments for a specified list of accounts
|
okhttp3.Call |
listScheduledPaymentsSpecificAccountsCall(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listScheduledPaymentsSpecificAccounts
|
ApiResponse<ResponseBankingScheduledPaymentsList> |
listScheduledPaymentsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Scheduled Payments For Specific Accounts
Obtain scheduled payments for a specified list of accounts
|
ApiResponse<ResponseBankingScheduledPaymentsList> |
listScheduledPaymentsWithHttpInfo(String accountId,
Integer page,
Integer pageSize)
Get Scheduled Payments for Account
Obtain scheduled, outgoing payments for a specific account
|
void |
setApiClient(ApiClient apiClient) |
public BankingScheduledPaymentsAPI()
public BankingScheduledPaymentsAPI(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call listScheduledPaymentsCall(String accountId, Integer page, Integer pageSize, ApiCallback _callback) throws ApiException
accountId - ID of the account to get scheduled payments for. Must have previously been returned by one of the account list end points. The account specified is the source account for the payment (required)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public ResponseBankingScheduledPaymentsList listScheduledPayments(String accountId, Integer page, Integer pageSize) throws ApiException
accountId - ID of the account to get scheduled payments for. Must have previously been returned by one of the account list end points. The account specified is the source account for the payment (required)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)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 |
| ResponseCode.OK | Success | - |
public ApiResponse<ResponseBankingScheduledPaymentsList> listScheduledPaymentsWithHttpInfo(String accountId, Integer page, Integer pageSize) throws ApiException
accountId - ID of the account to get scheduled payments for. Must have previously been returned by one of the account list end points. The account specified is the source account for the payment (required)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)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 |
| ResponseCode.OK | Success | - |
public okhttp3.Call listScheduledPaymentsAsync(String accountId, Integer page, Integer pageSize, ApiCallback<ResponseBankingScheduledPaymentsList> _callback) throws ApiException
accountId - ID of the account to get scheduled payments for. Must have previously been returned by one of the account list end points. The account specified is the source account for the payment (required)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)_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
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
public okhttp3.Call listScheduledPaymentsSpecificAccountsCall(RequestAccountIds accountIds, Integer page, Integer pageSize, ApiCallback _callback) throws ApiException
accountIds - Array of specific accountIds to obtain scheduled payments for. The accounts specified are the source of funds for the payments returned (optional)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
| ResponseCode.UNPROCESSABLE_ENTITY | The request was well formed but was unable to be processed due to business logic specific to the request | - |
public ResponseBankingScheduledPaymentsList listScheduledPaymentsSpecificAccounts(RequestAccountIds accountIds, Integer page, Integer pageSize) throws ApiException
accountIds - Array of specific accountIds to obtain scheduled payments for. The accounts specified are the source of funds for the payments returned (optional)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)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 |
| ResponseCode.OK | Success | - |
| ResponseCode.UNPROCESSABLE_ENTITY | The request was well formed but was unable to be processed due to business logic specific to the request | - |
public ApiResponse<ResponseBankingScheduledPaymentsList> listScheduledPaymentsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds, Integer page, Integer pageSize) throws ApiException
accountIds - Array of specific accountIds to obtain scheduled payments for. The accounts specified are the source of funds for the payments returned (optional)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)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 |
| ResponseCode.OK | Success | - |
| ResponseCode.UNPROCESSABLE_ENTITY | The request was well formed but was unable to be processed due to business logic specific to the request | - |
public okhttp3.Call listScheduledPaymentsSpecificAccountsAsync(RequestAccountIds accountIds, Integer page, Integer pageSize, ApiCallback<ResponseBankingScheduledPaymentsList> _callback) throws ApiException
accountIds - Array of specific accountIds to obtain scheduled payments for. The accounts specified are the source of funds for the payments returned (optional)page - Page of results to request (standard pagination) (optional, default to 1)pageSize - Page size to request. Default is 25 (standard pagination) (optional, default to 25)_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
http.response.details
| Status Code | Description | Response Headers |
| ResponseCode.OK | Success | - |
| ResponseCode.UNPROCESSABLE_ENTITY | The request was well formed but was unable to be processed due to business logic specific to the request | - |
Copyright © 2019. All rights reserved.