| Package | Description |
|---|---|
| Api | |
| Model |
| Modifier and Type | Method | Description |
|---|---|---|
List<InlineResponse2004> |
MerchantDefinedFieldsApi.createMerchantDefinedFieldDefinition(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
Create merchant defined field for a given reference type
|
|
ApiResponse<List<InlineResponse2004>> |
MerchantDefinedFieldsApi.createMerchantDefinedFieldDefinitionWithHttpInfo(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest)
Create merchant defined field for a given reference type
|
|
List<InlineResponse2004> |
MerchantDefinedFieldsApi.getMerchantDefinedFieldsDefinitions(String referenceType)
Get all merchant defined fields for a given reference type
|
|
ApiResponse<List<InlineResponse2004>> |
MerchantDefinedFieldsApi.getMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType)
Get all merchant defined fields for a given reference type
|
|
List<InlineResponse2004> |
MerchantDefinedFieldsApi.putMerchantDefinedFieldsDefinitions(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore)
Update a MerchantDefinedField by ID
|
|
ApiResponse<List<InlineResponse2004>> |
MerchantDefinedFieldsApi.putMerchantDefinedFieldsDefinitionsWithHttpInfo(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore)
Update a MerchantDefinedField by ID
|
| Modifier and Type | Method | Description |
|---|---|---|
okhttp3.Call |
MerchantDefinedFieldsApi.createMerchantDefinedFieldDefinitionAsync(String referenceType,
MerchantDefinedFieldDefinitionRequest merchantDefinedFieldDefinitionRequest,
ApiCallback<List<InlineResponse2004>> callback)
Create merchant defined field for a given reference type (asynchronously)
|
|
okhttp3.Call |
MerchantDefinedFieldsApi.getMerchantDefinedFieldsDefinitionsAsync(String referenceType,
ApiCallback<List<InlineResponse2004>> callback)
Get all merchant defined fields for a given reference type (asynchronously)
|
|
okhttp3.Call |
MerchantDefinedFieldsApi.putMerchantDefinedFieldsDefinitionsAsync(String referenceType,
Long id,
MerchantDefinedFieldCore merchantDefinedFieldCore,
ApiCallback<List<InlineResponse2004>> callback)
Update a MerchantDefinedField by ID (asynchronously)
|
| Modifier and Type | Method | Description |
|---|---|---|
InlineResponse2004 |
InlineResponse2004.customerVisible(Boolean customerVisible) |
|
InlineResponse2004 |
InlineResponse2004.fieldType(String fieldType) |
|
InlineResponse2004 |
InlineResponse2004.id(Long id) |
|
InlineResponse2004 |
InlineResponse2004.label(String label) |
|
InlineResponse2004 |
InlineResponse2004.merchantDefinedDataIndex(Integer merchantDefinedDataIndex) |
|
InlineResponse2004 |
InlineResponse2004.merchantId(String merchantId) |
|
InlineResponse2004 |
InlineResponse2004.possibleValues(String possibleValues) |
|
InlineResponse2004 |
InlineResponse2004.readOnly(Boolean readOnly) |
|
InlineResponse2004 |
InlineResponse2004.referenceType(String referenceType) |
|
InlineResponse2004 |
InlineResponse2004.textDefaultValue(String textDefaultValue) |
|
InlineResponse2004 |
InlineResponse2004.textMaxLength(Integer textMaxLength) |
|
InlineResponse2004 |
InlineResponse2004.textMinLength(Integer textMinLength) |
Copyright © 2026. All rights reserved.