public class BatchesApi extends Object
| Constructor and Description |
|---|
BatchesApi() |
BatchesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
InlineResponse2005 |
getBatchesList(Long offset,
Long limit,
String fromDate,
String toDate)
List Batches
**List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id.
|
okhttp3.Call |
getBatchesListAsync(Long offset,
Long limit,
String fromDate,
String toDate,
ApiCallback<InlineResponse2005> callback)
List Batches (asynchronously)
**List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id.
|
okhttp3.Call |
getBatchesListCall(Long offset,
Long limit,
String fromDate,
String toDate,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBatchesList
|
ApiResponse<InlineResponse2005> |
getBatchesListWithHttpInfo(Long offset,
Long limit,
String fromDate,
String toDate)
List Batches
**List Batches**<br>This resource accepts a optional date range, record offset and limit, returning a paginated response of batches containing: - The batch id.
|
InlineResponse2007 |
getBatchReport(String batchId)
Retrieve a Batch Report
**Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status.
|
okhttp3.Call |
getBatchReportAsync(String batchId,
ApiCallback<InlineResponse2007> callback)
Retrieve a Batch Report (asynchronously)
**Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status.
|
okhttp3.Call |
getBatchReportCall(String batchId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBatchReport
|
ApiResponse<InlineResponse2007> |
getBatchReportWithHttpInfo(String batchId)
Retrieve a Batch Report
**Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status.
|
InlineResponse2006 |
getBatchStatus(String batchId)
Retrieve a Batch Status
**Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status.
|
okhttp3.Call |
getBatchStatusAsync(String batchId,
ApiCallback<InlineResponse2006> callback)
Retrieve a Batch Status (asynchronously)
**Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status.
|
okhttp3.Call |
getBatchStatusCall(String batchId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getBatchStatus
|
ApiResponse<InlineResponse2006> |
getBatchStatusWithHttpInfo(String batchId)
Retrieve a Batch Status
**Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status.
|
InlineResponse202 |
postBatch(Body body)
Create a Batch
**Create a Batch**<br>This resource accepts TMS tokens ids of a Customer, Payment Instrument or Instrument Identifier.
|
okhttp3.Call |
postBatchAsync(Body body,
ApiCallback<InlineResponse202> callback)
Create a Batch (asynchronously)
**Create a Batch**<br>This resource accepts TMS tokens ids of a Customer, Payment Instrument or Instrument Identifier.
|
okhttp3.Call |
postBatchCall(Body body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postBatch
|
ApiResponse<InlineResponse202> |
postBatchWithHttpInfo(Body body)
Create a Batch
**Create a Batch**<br>This resource accepts TMS tokens ids of a Customer, Payment Instrument or Instrument Identifier.
|
void |
setApiClient(ApiClient apiClient) |
public BatchesApi()
public BatchesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getBatchReportCall(String batchId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2007 getBatchReport(String batchId) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2007> getBatchReportWithHttpInfo(String batchId) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getBatchReportAsync(String batchId, ApiCallback<InlineResponse2007> callback) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getBatchStatusCall(String batchId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2006 getBatchStatus(String batchId) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2006> getBatchStatusWithHttpInfo(String batchId) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getBatchStatusAsync(String batchId, ApiCallback<InlineResponse2006> callback) throws ApiException
batchId - Unique identification number assigned to the submitted request. (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call getBatchesListCall(Long offset, Long limit, String fromDate, String toDate, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
offset - Starting record in zero-based dataset that should be returned as the first object in the array. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)fromDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)toDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse2005 getBatchesList(Long offset, Long limit, String fromDate, String toDate) throws ApiException
offset - Starting record in zero-based dataset that should be returned as the first object in the array. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)fromDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)toDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse2005> getBatchesListWithHttpInfo(Long offset, Long limit, String fromDate, String toDate) throws ApiException
offset - Starting record in zero-based dataset that should be returned as the first object in the array. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)fromDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)toDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getBatchesListAsync(Long offset, Long limit, String fromDate, String toDate, ApiCallback<InlineResponse2005> callback) throws ApiException
offset - Starting record in zero-based dataset that should be returned as the first object in the array. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (optional, default to 20)fromDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)toDate - ISO-8601 format: yyyyMMddTHHmmssZ (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call postBatchCall(Body body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic InlineResponse202 postBatch(Body body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<InlineResponse202> postBatchWithHttpInfo(Body body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call postBatchAsync(Body body, ApiCallback<InlineResponse202> callback) throws ApiException
body - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2025. All rights reserved.