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