Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
15 lines (10 loc) · 1.31 KB

CatalogItemModifierListInfo.md

File metadata and controls

15 lines (10 loc) · 1.31 KB

Square.Connect.Model.CatalogItemModifierListInfo

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 int? If zero or larger, the smallest number of CatalogModifiers that must be selected from this CatalogModifierList. [optional]
MaxSelectedModifiers int? If zero or larger, the largest number of CatalogModifiers that can be selected from this CatalogModifierList. [optional]
Enabled bool? If `true`, enable this CatalogModifierList. [optional]

[Back to Model list] [Back to API list] [Back to README]