public class TransactionBatchesApi extends Object
| Constructor and Description |
|---|
TransactionBatchesApi() |
TransactionBatchesApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
PtsV1TransactionBatchesGet200Response |
ptsV1TransactionBatchesGet(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Get a list of batch files processed through the Offline Transaction Submission Services
Provide the search range
|
com.squareup.okhttp.Call |
ptsV1TransactionBatchesGetAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV1TransactionBatchesGet200Response> callback)
Get a list of batch files processed through the Offline Transaction Submission Services (asynchronously)
Provide the search range
|
com.squareup.okhttp.Call |
ptsV1TransactionBatchesGetCall(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for ptsV1TransactionBatchesGet
|
ApiResponse<PtsV1TransactionBatchesGet200Response> |
ptsV1TransactionBatchesGetWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Get a list of batch files processed through the Offline Transaction Submission Services
Provide the search range
|
void |
setApiClient(ApiClient apiClient) |
public TransactionBatchesApi()
public TransactionBatchesApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call ptsV1TransactionBatchesGetCall(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)merchantConfig - (merchant details)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic PtsV1TransactionBatchesGet200Response ptsV1TransactionBatchesGet(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PtsV1TransactionBatchesGet200Response> ptsV1TransactionBatchesGetWithHttpInfo(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call ptsV1TransactionBatchesGetAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<PtsV1TransactionBatchesGet200Response> callback)
throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZZ (required)merchantConfig - (merchant details)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.