Square.Connect.Model.CatalogItemModifierListInfo

November 20, 2019 ยท View on GitHub

Description

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

Properties

NameTypeDescriptionNotes
ModifierListIdstringThe ID of the `CatalogModifierList` controlled by this `CatalogModifierListInfo`.
ModifierOverridesList<CatalogModifierOverride>A set of `CatalogModifierOverride` objects that override whether a given `CatalogModifier` is enabled by default.[optional]
MinSelectedModifiersint?If 0 or larger, the smallest number of `CatalogModifier`s that must be selected from this `CatalogModifierList`.[optional]
MaxSelectedModifiersint?If 0 or larger, the largest number of `CatalogModifier`s that can be selected from this `CatalogModifierList`.[optional]
Enabledbool?If `true`, enable this `CatalogModifierList`.[optional]

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