References a text-based modifier or a list of non text-based modifiers applied to a CatalogItem
instance and specifies supported behaviors of the application.
<- Object
Object
References a text-based modifier or a list of non text-based modifiers applied to a CatalogItem
instance and specifies supported behaviors of the application.
The ID of the CatalogModifierList
controlled by this CatalogModifierListInfo
.
A set of CatalogModifierOverride
objects that override whether a given CatalogModifier
is enabled by default.
If 0 or larger, the smallest number of CatalogModifier
s that must be selected from this CatalogModifierList
. The default value is -1
.
When CatalogModifierList.selection_type
is MULTIPLE
, CatalogModifierListInfo.min_selected_modifiers=-1
and CatalogModifierListInfo.max_selected_modifier=-1
means that from zero to the maximum number of modifiers of the CatalogModifierList
can be selected from the CatalogModifierList
.
When the CatalogModifierList.selection_type
is SINGLE
, CatalogModifierListInfo.min_selected_modifiers=-1
and CatalogModifierListInfo.max_selected_modifier=-1
means that exactly one modifier must be present in and can be selected from the CatalogModifierList
If 0 or larger, the largest number of CatalogModifier
s that can be selected from this CatalogModifierList
. The default value is -1
.
When CatalogModifierList.selection_type
is MULTIPLE
, CatalogModifierListInfo.min_selected_modifiers=-1
and CatalogModifierListInfo.max_selected_modifier=-1
means that from zero to the maximum number of modifiers of the CatalogModifierList
can be selected from the CatalogModifierList
.
When the CatalogModifierList.selection_type
is SINGLE
, CatalogModifierListInfo.min_selected_modifiers=-1
and CatalogModifierListInfo.max_selected_modifier=-1
means that exactly one modifier must be present in and can be selected from the CatalogModifierList