Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.31 KB

CatalogItemModifierListInfo.md

File metadata and controls

16 lines (11 loc) · 1.31 KB

SquareConnect::CatalogItemModifierListInfo

Description

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

Properties

Name Type Description Notes
modifier_list_id String The ID of the CatalogModifierList controlled by this CatalogModifierListInfo.
modifier_overrides Array<CatalogModifierOverride> A set of CatalogModifierOverride objects that override whether a given CatalogModifier is enabled by default. [optional]
min_selected_modifiers Integer If zero or larger, the smallest number of CatalogModifiers that must be selected from this CatalogModifierList. [optional]
max_selected_modifiers 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]