public class EMVTagDetailsApi extends Object
| Constructor and Description |
|---|
EMVTagDetailsApi() |
EMVTagDetailsApi(ApiClient apiClient) |
| Modifier and Type | Method and 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
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TssV2GetEmvTags200Response getEmvTags() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TssV2GetEmvTags200Response> getEmvTagsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getEmvTagsAsync(ApiCallback<TssV2GetEmvTags200Response> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call parseEmvTagsCall(Body body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
body - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TssV2PostEmvTags200Response parseEmvTags(Body body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TssV2PostEmvTags200Response> parseEmvTagsWithHttpInfo(Body body) throws ApiException
body - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call parseEmvTagsAsync(Body body, ApiCallback<TssV2PostEmvTags200Response> callback) throws ApiException
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 objectCopyright © 2022. All rights reserved.