public class SearchTransactionsApi extends Object
| Constructor | Description |
|---|---|
SearchTransactionsApi() |
|
SearchTransactionsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
TssV2TransactionsPost201Response |
createSearch(CreateSearchRequest createSearchRequest) |
Create a Search Request
Create a search request.
|
okhttp3.Call |
createSearchAsync(CreateSearchRequest createSearchRequest,
ApiCallback<TssV2TransactionsPost201Response> callback) |
Create a Search Request (asynchronously)
Create a search request.
|
okhttp3.Call |
createSearchCall(CreateSearchRequest createSearchRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createSearch
|
ApiResponse<TssV2TransactionsPost201Response> |
createSearchWithHttpInfo(CreateSearchRequest createSearchRequest) |
Create a Search Request
Create a search request.
|
ApiClient |
getApiClient() |
|
TssV2TransactionsPost201Response |
getSearch(String searchId) |
Get Search Results
Include the Search ID in the GET request to retrieve the search results.
|
okhttp3.Call |
getSearchAsync(String searchId,
ApiCallback<TssV2TransactionsPost201Response> callback) |
Get Search Results (asynchronously)
Include the Search ID in the GET request to retrieve the search results.
|
okhttp3.Call |
getSearchCall(String searchId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getSearch
|
ApiResponse<TssV2TransactionsPost201Response> |
getSearchWithHttpInfo(String searchId) |
Get Search Results
Include the Search ID in the GET request to retrieve the search results.
|
void |
setApiClient(ApiClient apiClient) |
public SearchTransactionsApi()
public SearchTransactionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createSearchCall(CreateSearchRequest createSearchRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
createSearchRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic TssV2TransactionsPost201Response createSearch(CreateSearchRequest createSearchRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
createSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<TssV2TransactionsPost201Response> createSearchWithHttpInfo(CreateSearchRequest createSearchRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
createSearchRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call createSearchAsync(CreateSearchRequest createSearchRequest, ApiCallback<TssV2TransactionsPost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
createSearchRequest - (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getSearchCall(String searchId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
searchId - Search ID. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic TssV2TransactionsPost201Response getSearch(String searchId) throws ApiException, com.cybersource.authsdk.core.ConfigException
searchId - Search ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<TssV2TransactionsPost201Response> getSearchWithHttpInfo(String searchId) throws ApiException, com.cybersource.authsdk.core.ConfigException
searchId - Search ID. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getSearchAsync(String searchId, ApiCallback<TssV2TransactionsPost201Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
searchId - Search ID. (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 objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.