public class InstrumentIdentifierApi extends Object
| Constructor and Description |
|---|
InstrumentIdentifierApi() |
InstrumentIdentifierApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteInstrumentIdentifier(String instrumentIdentifierTokenId,
String profileId)
Delete an Instrument Identifier
|
okhttp3.Call |
deleteInstrumentIdentifierAsync(String instrumentIdentifierTokenId,
String profileId,
ApiCallback<Void> callback)
Delete an Instrument Identifier (asynchronously)
|
okhttp3.Call |
deleteInstrumentIdentifierCall(String instrumentIdentifierTokenId,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteInstrumentIdentifier
|
ApiResponse<Void> |
deleteInstrumentIdentifierWithHttpInfo(String instrumentIdentifierTokenId,
String profileId)
Delete an Instrument Identifier
|
ApiClient |
getApiClient() |
Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier |
getInstrumentIdentifier(String instrumentIdentifierTokenId,
String profileId)
Retrieve an Instrument Identifier
|
okhttp3.Call |
getInstrumentIdentifierAsync(String instrumentIdentifierTokenId,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> callback)
Retrieve an Instrument Identifier (asynchronously)
|
okhttp3.Call |
getInstrumentIdentifierCall(String instrumentIdentifierTokenId,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInstrumentIdentifier
|
PaymentInstrumentList |
getInstrumentIdentifierPaymentInstrumentsList(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit)
List Payment Instruments for an Instrument Identifier
|
okhttp3.Call |
getInstrumentIdentifierPaymentInstrumentsListAsync(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit,
ApiCallback<PaymentInstrumentList> callback)
List Payment Instruments for an Instrument Identifier (asynchronously)
|
okhttp3.Call |
getInstrumentIdentifierPaymentInstrumentsListCall(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getInstrumentIdentifierPaymentInstrumentsList
|
ApiResponse<PaymentInstrumentList> |
getInstrumentIdentifierPaymentInstrumentsListWithHttpInfo(String instrumentIdentifierTokenId,
String profileId,
Long offset,
Long limit)
List Payment Instruments for an Instrument Identifier
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> |
getInstrumentIdentifierWithHttpInfo(String instrumentIdentifierTokenId,
String profileId)
Retrieve an Instrument Identifier
|
Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier |
patchInstrumentIdentifier(String instrumentIdentifierTokenId,
PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest,
String profileId,
String ifMatch)
Update an Instrument Identifier
|
okhttp3.Call |
patchInstrumentIdentifierAsync(String instrumentIdentifierTokenId,
PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest,
String profileId,
String ifMatch,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> callback)
Update an Instrument Identifier (asynchronously)
|
okhttp3.Call |
patchInstrumentIdentifierCall(String instrumentIdentifierTokenId,
PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest,
String profileId,
String ifMatch,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for patchInstrumentIdentifier
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> |
patchInstrumentIdentifierWithHttpInfo(String instrumentIdentifierTokenId,
PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest,
String profileId,
String ifMatch)
Update an Instrument Identifier
|
Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier |
postInstrumentIdentifier(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest,
String profileId)
Create an Instrument Identifier
|
okhttp3.Call |
postInstrumentIdentifierAsync(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest,
String profileId,
ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> callback)
Create an Instrument Identifier (asynchronously)
|
okhttp3.Call |
postInstrumentIdentifierCall(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postInstrumentIdentifier
|
void |
postInstrumentIdentifierEnrollment(String instrumentIdentifierTokenId,
PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest,
String profileId)
Enroll an Instrument Identifier for Network Tokenization
|
okhttp3.Call |
postInstrumentIdentifierEnrollmentAsync(String instrumentIdentifierTokenId,
PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest,
String profileId,
ApiCallback<Void> callback)
Enroll an Instrument Identifier for Network Tokenization (asynchronously)
|
okhttp3.Call |
postInstrumentIdentifierEnrollmentCall(String instrumentIdentifierTokenId,
PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest,
String profileId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postInstrumentIdentifierEnrollment
|
ApiResponse<Void> |
postInstrumentIdentifierEnrollmentWithHttpInfo(String instrumentIdentifierTokenId,
PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest,
String profileId)
Enroll an Instrument Identifier for Network Tokenization
|
ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> |
postInstrumentIdentifierWithHttpInfo(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest,
String profileId)
Create an Instrument Identifier
|
void |
setApiClient(ApiClient apiClient) |
public InstrumentIdentifierApi()
public InstrumentIdentifierApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call deleteInstrumentIdentifierCall(String instrumentIdentifierTokenId, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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 deleteInstrumentIdentifier(String instrumentIdentifierTokenId, String profileId) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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> deleteInstrumentIdentifierWithHttpInfo(String instrumentIdentifierTokenId, String profileId) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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 deleteInstrumentIdentifierAsync(String instrumentIdentifierTokenId, String profileId, ApiCallback<Void> callback) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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 getInstrumentIdentifierCall(String instrumentIdentifierTokenId, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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 Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier getInstrumentIdentifier(String instrumentIdentifierTokenId, String profileId) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> getInstrumentIdentifierWithHttpInfo(String instrumentIdentifierTokenId, String profileId) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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 getInstrumentIdentifierAsync(String instrumentIdentifierTokenId, String profileId, ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> callback) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (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 getInstrumentIdentifierPaymentInstrumentsListCall(String instrumentIdentifierTokenId, String profileId, Long offset, Long limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)offset - Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic PaymentInstrumentList getInstrumentIdentifierPaymentInstrumentsList(String instrumentIdentifierTokenId, String profileId, Long offset, Long limit) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)offset - Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PaymentInstrumentList> getInstrumentIdentifierPaymentInstrumentsListWithHttpInfo(String instrumentIdentifierTokenId, String profileId, Long offset, Long limit) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)offset - Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getInstrumentIdentifierPaymentInstrumentsListAsync(String instrumentIdentifierTokenId, String profileId, Long offset, Long limit, ApiCallback<PaymentInstrumentList> callback) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)offset - Starting record in zero-based dataset that should be returned as the first object in the array. Default is 0. (optional, default to 0)limit - The maximum number that can be returned in the array starting from the offset record in zero-based dataset. Default is 20, maximum is 100. (optional, default to 20)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 patchInstrumentIdentifierCall(String instrumentIdentifierTokenId, PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest, String profileId, String ifMatch, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)patchInstrumentIdentifierRequest - Specify the previous transaction ID to update. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier patchInstrumentIdentifier(String instrumentIdentifierTokenId, PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest, String profileId, String ifMatch) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)patchInstrumentIdentifierRequest - Specify the previous transaction ID to update. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> patchInstrumentIdentifierWithHttpInfo(String instrumentIdentifierTokenId, PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest, String profileId, String ifMatch) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)patchInstrumentIdentifierRequest - Specify the previous transaction ID to update. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call patchInstrumentIdentifierAsync(String instrumentIdentifierTokenId, PatchInstrumentIdentifierRequest patchInstrumentIdentifierRequest, String profileId, String ifMatch, ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> callback) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)patchInstrumentIdentifierRequest - Specify the previous transaction ID to update. (required)profileId - The id of a profile containing user specific TMS configuration. (optional)ifMatch - Contains an ETag value from a GET request to make the request conditional. (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 postInstrumentIdentifierCall(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
postInstrumentIdentifierRequest - Specify either a Card, Bank Account or Enrollable 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 Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier postInstrumentIdentifier(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest, String profileId) throws ApiException
postInstrumentIdentifierRequest - Specify either a Card, Bank Account or Enrollable 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<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> postInstrumentIdentifierWithHttpInfo(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest, String profileId) throws ApiException
postInstrumentIdentifierRequest - Specify either a Card, Bank Account or Enrollable 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 postInstrumentIdentifierAsync(PostInstrumentIdentifierRequest postInstrumentIdentifierRequest, String profileId, ApiCallback<Tmsv2customersEmbeddedDefaultPaymentInstrumentEmbeddedInstrumentIdentifier> callback) throws ApiException
postInstrumentIdentifierRequest - Specify either a Card, Bank Account or Enrollable 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 postInstrumentIdentifierEnrollmentCall(String instrumentIdentifierTokenId, PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest, String profileId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)postInstrumentIdentifierEnrollmentRequest - Specify Enrollable Card details (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 postInstrumentIdentifierEnrollment(String instrumentIdentifierTokenId, PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest, String profileId) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)postInstrumentIdentifierEnrollmentRequest - Specify Enrollable Card details (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> postInstrumentIdentifierEnrollmentWithHttpInfo(String instrumentIdentifierTokenId, PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest, String profileId) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)postInstrumentIdentifierEnrollmentRequest - Specify Enrollable Card details (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 postInstrumentIdentifierEnrollmentAsync(String instrumentIdentifierTokenId, PostInstrumentIdentifierEnrollmentRequest postInstrumentIdentifierEnrollmentRequest, String profileId, ApiCallback<Void> callback) throws ApiException
instrumentIdentifierTokenId - The TokenId of a Instrument Identifier. (required)postInstrumentIdentifierEnrollmentRequest - Specify Enrollable Card details (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 © 2022. All rights reserved.