public class TransactionBatchApi extends Object
| Constructor and Description |
|---|
TransactionBatchApi() |
TransactionBatchApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
ApiResponse<PtsV1TransactionBatchesGet200Response> |
ptsV1TransactionBatchesIdGet(String id)
Get an individual batch file Details processed through the Offline Transaction Submission Services
Provide the search range
|
com.squareup.okhttp.Call |
ptsV1TransactionBatchesIdGetAsync(String id,
ApiCallback<Void> callback)
Get an individual batch file Details processed through the Offline Transaction Submission Services (asynchronously)
Provide the search range
|
com.squareup.okhttp.Call |
ptsV1TransactionBatchesIdGetCall(String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ptsV1TransactionBatchesIdGet
|
ApiResponse<PtsV1TransactionBatchesGet200Response> |
ptsV1TransactionBatchesIdGetWithHttpInfo(String id)
Get an individual batch file Details processed through the Offline Transaction Submission Services
Provide the search range
|
void |
setApiClient(ApiClient apiClient) |
public TransactionBatchApi()
public TransactionBatchApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call ptsV1TransactionBatchesIdGetCall(String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - The batch id assigned for the template. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ApiResponse<PtsV1TransactionBatchesGet200Response> ptsV1TransactionBatchesIdGet(String id) throws ApiException
id - The batch id assigned for the template. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PtsV1TransactionBatchesGet200Response> ptsV1TransactionBatchesIdGetWithHttpInfo(String id) throws ApiException
id - The batch id assigned for the template. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call ptsV1TransactionBatchesIdGetAsync(String id, ApiCallback<Void> callback) throws ApiException
id - The batch id assigned for the template. (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 © 2018. All rights reserved.