public class TransientTokenDataApi extends Object
| Constructor and Description |
|---|
TransientTokenDataApi() |
TransientTokenDataApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
getTransactionForTransientToken(String transientToken)
Get Transient Token Data
Retrieve the data captured by Unfied Checkout.
|
okhttp3.Call |
getTransactionForTransientTokenAsync(String transientToken,
ApiCallback<Void> callback)
Get Transient Token Data (asynchronously)
Retrieve the data captured by Unfied Checkout.
|
okhttp3.Call |
getTransactionForTransientTokenCall(String transientToken,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTransactionForTransientToken
|
ApiResponse<Void> |
getTransactionForTransientTokenWithHttpInfo(String transientToken)
Get Transient Token Data
Retrieve the data captured by Unfied Checkout.
|
void |
setApiClient(ApiClient apiClient) |
public TransientTokenDataApi()
public TransientTokenDataApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getTransactionForTransientTokenCall(String transientToken, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
transientToken - Transient Token returned by the Unified Checkout application. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void getTransactionForTransientToken(String transientToken) throws ApiException
transientToken - Transient Token returned by the Unified Checkout application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> getTransactionForTransientTokenWithHttpInfo(String transientToken) throws ApiException
transientToken - Transient Token returned by the Unified Checkout application. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getTransactionForTransientTokenAsync(String transientToken, ApiCallback<Void> callback) throws ApiException
transientToken - Transient Token returned by the Unified Checkout application. (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 © 2022. All rights reserved.