public class MerchantDefinedFieldsApi extends Object
| Constructor | Description |
|---|---|
MerchantDefinedFieldsApi() |
|
MerchantDefinedFieldsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
List<InlineResponse2004> |
createMerchantDefinedFieldDefinition(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest) |
Create merchant defined field for a given reference type
|
okhttp3.Call |
createMerchantDefinedFieldDefinitionAsync(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest,
ApiCallback<List<InlineResponse2004>> callback) |
Create merchant defined field for a given reference type (asynchronously)
|
okhttp3.Call |
createMerchantDefinedFieldDefinitionCall(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createMerchantDefinedFieldDefinition
|
ApiResponse<List<InlineResponse2004>> |
createMerchantDefinedFieldDefinitionWithHttpInfo(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest) |
Create merchant defined field for a given reference type
|
void |
deleteMerchantDefinedFieldsDefinitions(String referenceType,
Long id) |
Delete a MerchantDefinedField by ID
|
okhttp3.Call |
deleteMerchantDefinedFieldsDefinitionsAsync(String referenceType,
Long id,
ApiCallback<Void> callback) |
Delete a MerchantDefinedField by ID (asynchronously)
|
okhttp3.Call |
deleteMerchantDefinedFieldsDefinitionsCall(String referenceType,
Long id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteMerchantDefinedFieldsDefinitions
|
ApiResponse<Void> |
deleteMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType,
Long id) |
Delete a MerchantDefinedField by ID
|
ApiClient |
getApiClient() |
|
List<InlineResponse2004> |
getMerchantDefinedFieldsDefinitions(String referenceType) |
Get all merchant defined fields for a given reference type
|
okhttp3.Call |
getMerchantDefinedFieldsDefinitionsAsync(String referenceType,
ApiCallback<List<InlineResponse2004>> callback) |
Get all merchant defined fields for a given reference type (asynchronously)
|
okhttp3.Call |
getMerchantDefinedFieldsDefinitionsCall(String referenceType,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getMerchantDefinedFieldsDefinitions
|
ApiResponse<List<InlineResponse2004>> |
getMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType) |
Get all merchant defined fields for a given reference type
|
List<InlineResponse2004> |
putMerchantDefinedFieldsDefinitions(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore) |
Update a MerchantDefinedField by ID
|
okhttp3.Call |
putMerchantDefinedFieldsDefinitionsAsync(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore,
ApiCallback<List<InlineResponse2004>> callback) |
Update a MerchantDefinedField by ID (asynchronously)
|
okhttp3.Call |
putMerchantDefinedFieldsDefinitionsCall(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for putMerchantDefinedFieldsDefinitions
|
ApiResponse<List<InlineResponse2004>> |
putMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore) |
Update a MerchantDefinedField by ID
|
void |
setApiClient(ApiClient apiClient) |
public MerchantDefinedFieldsApi()
public MerchantDefinedFieldsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createMerchantDefinedFieldDefinitionCall(String referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (required)merchantDefinedFieldDefinitionRequest - (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 List<InlineResponse2004> createMerchantDefinedFieldDefinition(String referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (required)merchantDefinedFieldDefinitionRequest - (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<List<InlineResponse2004>> createMerchantDefinedFieldDefinitionWithHttpInfo(String referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (required)merchantDefinedFieldDefinitionRequest - (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 createMerchantDefinedFieldDefinitionAsync(String referenceType, MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest, ApiCallback<List<InlineResponse2004>> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (required)merchantDefinedFieldDefinitionRequest - (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 ApiClientpublic okhttp3.Call deleteMerchantDefinedFieldsDefinitionsCall(String referenceType, Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (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 void deleteMerchantDefinedFieldsDefinitions(String referenceType, Long id) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (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<Void> deleteMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType, Long id) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (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 deleteMerchantDefinedFieldsDefinitionsAsync(String referenceType, Long id, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (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 ApiClientpublic okhttp3.Call getMerchantDefinedFieldsDefinitionsCall(String referenceType, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (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 List<InlineResponse2004> getMerchantDefinedFieldsDefinitions(String referenceType) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (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<List<InlineResponse2004>> getMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (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 getMerchantDefinedFieldsDefinitionsAsync(String referenceType, ApiCallback<List<InlineResponse2004>> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - The reference type for which merchant defined fields are to be fetched. Available values are Invoice, Purchase, Donation (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 ApiClientpublic okhttp3.Call putMerchantDefinedFieldsDefinitionsCall(String referenceType, Long id, MerchantDefinedFieldCore merchantDefinedFieldCore, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (required)merchantDefinedFieldCore - (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 List<InlineResponse2004> putMerchantDefinedFieldsDefinitions(String referenceType, Long id, MerchantDefinedFieldCore merchantDefinedFieldCore) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (required)merchantDefinedFieldCore - (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<List<InlineResponse2004>> putMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType, Long id, MerchantDefinedFieldCore merchantDefinedFieldCore) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (required)merchantDefinedFieldCore - (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 putMerchantDefinedFieldsDefinitionsAsync(String referenceType, Long id, MerchantDefinedFieldCore merchantDefinedFieldCore, ApiCallback<List<InlineResponse2004>> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
referenceType - (required)id - (required)merchantDefinedFieldCore - (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.