| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method and Description |
|---|---|
TssV2TransactionsPost201Response |
SearchTransactionsApi.createSearch(TssV2TransactionsPostResponse createSearchRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Create a search request
Create a search request.
|
TssV2TransactionsPost201Response |
SearchTransactionsApi.getSearch(String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Get Search results
Include the Search ID in the GET request to retrieve the search results.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TssV2TransactionsPost201Response> |
SearchTransactionsApi.createSearchWithHttpInfo(TssV2TransactionsPostResponse createSearchRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Create a search request
Create a search request.
|
ApiResponse<TssV2TransactionsPost201Response> |
SearchTransactionsApi.getSearchWithHttpInfo(String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Get Search results
Include the Search ID in the GET request to retrieve the search results.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SearchTransactionsApi.createSearchAsync(TssV2TransactionsPostResponse createSearchRequest,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<TssV2TransactionsPost201Response> callback)
Create a search request (asynchronously)
Create a search request.
|
com.squareup.okhttp.Call |
SearchTransactionsApi.getSearchAsync(String id,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<TssV2TransactionsPost201Response> callback)
Get Search results (asynchronously)
Include the Search ID in the GET request to retrieve the search results.
|
Copyright © 2018. All rights reserved.