public class TokenizedCardApi extends Object
| Constructor and Description |
|---|
TokenizedCardApi() |
TokenizedCardApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTokenizedCard(String tokenizedCardId,
String profileId)
Delete a Tokenized Card
| | | | | --- | --- | --- | | The Network Token will attempt to be deleted from the card association and if successful the corresponding TMS Network Token will be deleted.
|
okhttp3.Call |
deleteTokenizedCardAsync(String tokenizedCardId,
String profileId,
ApiCallback<Void> callback)
Delete a Tokenized Card (asynchronously)
| | | | | --- | --- | --- | | The Network Token will attempt to be deleted from the card association and if successful the corresponding TMS Network Token will be deleted.
|
okhttp3.Call |
deleteTokenizedCardCall(String tokenizedCardId,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteTokenizedCard
|
ApiResponse<Void> |
deleteTokenizedCardWithHttpInfo(String tokenizedCardId,
String profileId)
Delete a Tokenized Card
| | | | | --- | --- | --- | | The Network Token will attempt to be deleted from the card association and if successful the corresponding TMS Network Token will be deleted.
|
ApiClient |
getApiClient() |
TokenizedcardRequest |
getTokenizedCard(String tokenizedCardId,
String profileId)
Retrieve a Tokenized Card
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token.
|
okhttp3.Call |
getTokenizedCardAsync(String tokenizedCardId,
String profileId,
ApiCallback<TokenizedcardRequest> callback)
Retrieve a Tokenized Card (asynchronously)
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token.
|
okhttp3.Call |
getTokenizedCardCall(String tokenizedCardId,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTokenizedCard
|
ApiResponse<TokenizedcardRequest> |
getTokenizedCardWithHttpInfo(String tokenizedCardId,
String profileId)
Retrieve a Tokenized Card
| | | | | --- | --- | --- | |**Tokenized Cards**<br>A Tokenized Card represents a network token.
|
TokenizedcardRequest |
postTokenizedCard(TokenizedcardRequest tokenizedcardRequest,
String profileId)
Create a Tokenized Card
| | | | | --- | --- | --- | |**Tokenized cards**<br>A Tokenized card represents a network token.
|
okhttp3.Call |
postTokenizedCardAsync(TokenizedcardRequest tokenizedcardRequest,
String profileId,
ApiCallback<TokenizedcardRequest> callback)
Create a Tokenized Card (asynchronously)
| | | | | --- | --- | --- | |**Tokenized cards**<br>A Tokenized card represents a network token.
|
okhttp3.Call |
postTokenizedCardCall(TokenizedcardRequest tokenizedcardRequest,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postTokenizedCard
|
ApiResponse<TokenizedcardRequest> |
postTokenizedCardWithHttpInfo(TokenizedcardRequest tokenizedcardRequest,
String profileId)
Create a Tokenized Card
| | | | | --- | --- | --- | |**Tokenized cards**<br>A Tokenized card represents a network token.
|
void |
setApiClient(ApiClient apiClient) |
public TokenizedCardApi()
public TokenizedCardApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deleteTokenizedCardCall(String tokenizedCardId, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void deleteTokenizedCard(String tokenizedCardId, String profileId) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteTokenizedCardWithHttpInfo(String tokenizedCardId, String profileId) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call deleteTokenizedCardAsync(String tokenizedCardId, String profileId, ApiCallback<Void> callback) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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 getTokenizedCardCall(String tokenizedCardId, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TokenizedcardRequest getTokenizedCard(String tokenizedCardId, String profileId) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TokenizedcardRequest> getTokenizedCardWithHttpInfo(String tokenizedCardId, String profileId) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getTokenizedCardAsync(String tokenizedCardId, String profileId, ApiCallback<TokenizedcardRequest> callback) throws ApiException
tokenizedCardId - The Id of a tokenized card. (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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 postTokenizedCardCall(TokenizedcardRequest tokenizedcardRequest, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
tokenizedcardRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic TokenizedcardRequest postTokenizedCard(TokenizedcardRequest tokenizedcardRequest, String profileId) throws ApiException
tokenizedcardRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<TokenizedcardRequest> postTokenizedCardWithHttpInfo(TokenizedcardRequest tokenizedcardRequest, String profileId) throws ApiException
tokenizedcardRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call postTokenizedCardAsync(TokenizedcardRequest tokenizedcardRequest, String profileId, ApiCallback<TokenizedcardRequest> callback) throws ApiException
tokenizedcardRequest - (required)profileId - The Id of a profile containing user specific TMS configuration. (optional)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 © 2025. All rights reserved.