public class EmvTagDetailsApi extends Object
| Constructor | Description |
|---|---|
EmvTagDetailsApi() |
|
EmvTagDetailsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
TssV2GetEmvTags200Response |
getEmvTags() |
Retrieve the EMV Dictionary
Returns the entire EMV tag dictionary
|
okhttp3.Call |
getEmvTagsAsync(ApiCallback<TssV2GetEmvTags200Response> callback) |
Retrieve the EMV Dictionary (asynchronously)
Returns the entire EMV tag dictionary
|
okhttp3.Call |
getEmvTagsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getEmvTags
|
ApiResponse<TssV2GetEmvTags200Response> |
getEmvTagsWithHttpInfo() |
Retrieve the EMV Dictionary
Returns the entire EMV tag dictionary
|
TssV2PostEmvTags200Response |
parseEmvTags(Body body) |
Parse an EMV String
Pass an EMV Tag-Length-Value (TLV) string for parsing.
|
okhttp3.Call |
parseEmvTagsAsync(Body body,
ApiCallback<TssV2PostEmvTags200Response> callback) |
Parse an EMV String (asynchronously)
Pass an EMV Tag-Length-Value (TLV) string for parsing.
|
okhttp3.Call |
parseEmvTagsCall(Body body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for parseEmvTags
|
ApiResponse<TssV2PostEmvTags200Response> |
parseEmvTagsWithHttpInfo(Body body) |
Parse an EMV String
Pass an EMV Tag-Length-Value (TLV) string for parsing.
|
void |
setApiClient(ApiClient apiClient) |
public EmvTagDetailsApi()
public EmvTagDetailsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getEmvTagsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 TssV2GetEmvTags200Response getEmvTags() throws ApiException, com.cybersource.authsdk.core.ConfigException
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<TssV2GetEmvTags200Response> getEmvTagsWithHttpInfo() throws ApiException, com.cybersource.authsdk.core.ConfigException
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 getEmvTagsAsync(ApiCallback<TssV2GetEmvTags200Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
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 parseEmvTagsCall(Body body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
body - (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 TssV2PostEmvTags200Response parseEmvTags(Body body) throws ApiException, com.cybersource.authsdk.core.ConfigException
body - (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<TssV2PostEmvTags200Response> parseEmvTagsWithHttpInfo(Body body) throws ApiException, com.cybersource.authsdk.core.ConfigException
body - (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 parseEmvTagsAsync(Body body, ApiCallback<TssV2PostEmvTags200Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
body - (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.