Controls the properties of a CatalogModifierList
as it applies to this CatalogItem
.
Name | Type | Description | Notes |
---|---|---|---|
modifierListId | String | The ID of the `CatalogModifierList` controlled by this `CatalogModifierListInfo`. | |
modifierOverrides | List<CatalogModifierOverride> | A set of `CatalogModifierOverride` objects that override whether a given `CatalogModifier` is enabled by default. | [optional] |
minSelectedModifiers | Integer | If 0 or larger, the smallest number of `CatalogModifier`s that must be selected from this `CatalogModifierList`. | [optional] |
maxSelectedModifiers | Integer | If 0 or larger, the largest number of `CatalogModifier`s that can be selected from this `CatalogModifierList`. | [optional] |
enabled | Boolean | If `true`, enable this `CatalogModifierList`. | [optional] |