public class BankingDirectDebitsAPI extends Object
| Constructor and Description |
|---|
BankingDirectDebitsAPI() |
BankingDirectDebitsAPI(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ResponseBankingDirectDebitAuthorisationList |
listDirectDebits(String accountId,
Integer page,
Integer pageSize)
Get Direct Debits For Account
Obtain direct debit authorisations for a specific account
|
okhttp3.Call |
listDirectDebitsAsync(String accountId,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingDirectDebitAuthorisationList> _callback)
Get Direct Debits For Account (asynchronously)
Obtain direct debit authorisations for a specific account
|
okhttp3.Call |
listDirectDebitsCall(String accountId,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listDirectDebits
|
ResponseBankingDirectDebitAuthorisationList |
listDirectDebitsSpecificAccounts(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Direct Debits For Specific Accounts
Obtain direct debit authorisations for a specified list of accounts
|
okhttp3.Call |
listDirectDebitsSpecificAccountsAsync(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingDirectDebitAuthorisationList> _callback)
Get Direct Debits For Specific Accounts (asynchronously)
Obtain direct debit authorisations for a specified list of accounts
|
okhttp3.Call |
listDirectDebitsSpecificAccountsCall(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listDirectDebitsSpecificAccounts
|
ApiResponse<ResponseBankingDirectDebitAuthorisationList> |
listDirectDebitsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Direct Debits For Specific Accounts
Obtain direct debit authorisations for a specified list of accounts
|
ApiResponse<ResponseBankingDirectDebitAuthorisationList> |
listDirectDebitsWithHttpInfo(String accountId,
Integer page,
Integer pageSize)
Get Direct Debits For Account
Obtain direct debit authorisations for a specific account
|
void |
setApiClient(ApiClient apiClient) |
public BankingDirectDebitsAPI()
public BankingDirectDebitsAPI(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call listDirectDebitsCall(String accountId, Integer page, Integer pageSize, ApiCallback _callback) throws ApiException
accountId - ID of the account to get direct debit authorisations for. Must have previously been returned by one of the account list end points. (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 ResponseBankingDirectDebitAuthorisationList listDirectDebits(String accountId, Integer page, Integer pageSize) throws ApiException
accountId - ID of the account to get direct debit authorisations for. Must have previously been returned by one of the account list end points. (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<ResponseBankingDirectDebitAuthorisationList> listDirectDebitsWithHttpInfo(String accountId, Integer page, Integer pageSize) throws ApiException
accountId - ID of the account to get direct debit authorisations for. Must have previously been returned by one of the account list end points. (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 listDirectDebitsAsync(String accountId, Integer page, Integer pageSize, ApiCallback<ResponseBankingDirectDebitAuthorisationList> _callback) throws ApiException
accountId - ID of the account to get direct debit authorisations for. Must have previously been returned by one of the account list end points. (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 listDirectDebitsSpecificAccountsCall(RequestAccountIds accountIds, Integer page, Integer pageSize, ApiCallback _callback) throws ApiException
accountIds - Array of specific accountIds to obtain authorisations for (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 ResponseBankingDirectDebitAuthorisationList listDirectDebitsSpecificAccounts(RequestAccountIds accountIds, Integer page, Integer pageSize) throws ApiException
accountIds - Array of specific accountIds to obtain authorisations for (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<ResponseBankingDirectDebitAuthorisationList> listDirectDebitsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds, Integer page, Integer pageSize) throws ApiException
accountIds - Array of specific accountIds to obtain authorisations for (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 listDirectDebitsSpecificAccountsAsync(RequestAccountIds accountIds, Integer page, Integer pageSize, ApiCallback<ResponseBankingDirectDebitAuthorisationList> _callback) throws ApiException
accountIds - Array of specific accountIds to obtain authorisations for (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.