Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 1.29 KB

CatalogItemModifierListInfo.md

File metadata and controls

18 lines (11 loc) · 1.29 KB

CatalogItemModifierListInfo

Description

Controls the properties of a CatalogModifierList as it applies to this CatalogItem.

Properties

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 zero or larger, the smallest number of CatalogModifiers that must be selected from this CatalogModifierList. [optional]
maxSelectedModifiers Integer If zero or larger, the largest number of CatalogModifiers that can be selected from this CatalogModifierList. [optional]
enabled Boolean If `true`, enable this CatalogModifierList. [optional]