public class UnifiedCheckoutCaptureContextApi extends Object
| Constructor and Description |
|---|
UnifiedCheckoutCaptureContextApi() |
UnifiedCheckoutCaptureContextApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateUnifiedCheckoutCaptureContext(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest)
Generate Unified Checkout Capture Context
Generate a one-time use capture context used for the invocation of Unified Checkout.
|
okhttp3.Call |
generateUnifiedCheckoutCaptureContextAsync(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest,
ApiCallback<Void> callback)
Generate Unified Checkout Capture Context (asynchronously)
Generate a one-time use capture context used for the invocation of Unified Checkout.
|
okhttp3.Call |
generateUnifiedCheckoutCaptureContextCall(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateUnifiedCheckoutCaptureContext
|
ApiResponse<Void> |
generateUnifiedCheckoutCaptureContextWithHttpInfo(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest)
Generate Unified Checkout Capture Context
Generate a one-time use capture context used for the invocation of Unified Checkout.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public UnifiedCheckoutCaptureContextApi()
public UnifiedCheckoutCaptureContextApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call generateUnifiedCheckoutCaptureContextCall(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
generateUnifiedCheckoutCaptureContextRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void generateUnifiedCheckoutCaptureContext(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest) throws ApiException
generateUnifiedCheckoutCaptureContextRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> generateUnifiedCheckoutCaptureContextWithHttpInfo(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest) throws ApiException
generateUnifiedCheckoutCaptureContextRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call generateUnifiedCheckoutCaptureContextAsync(GenerateUnifiedCheckoutCaptureContextRequest generateUnifiedCheckoutCaptureContextRequest, ApiCallback<Void> callback) throws ApiException
generateUnifiedCheckoutCaptureContextRequest - (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.