Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
21 lines (13 loc) · 1.19 KB

CatalogModifierList.md

File metadata and controls

21 lines (13 loc) · 1.19 KB

Square.Connect.Model.CatalogModifierList

Properties

Name Type Description Notes
Name string The CatalogModifierList's name. Searchable.
SelectionType SelectionTypeEnum Indicates whether multiple options from the CatalogModifierList can be applied to a single CatalogItem. See CatalogModifierListSelectionType for all possible values. [optional]
Modifiers List<CatalogObject> The options included in the CatalogModifierList. You must include at least one CatalogModifier. Each CatalogObject must have type `MODIFIER` and contain CatalogModifier data. [optional]

SelectionTypeEnum

Name Value
SINGLE "SINGLE"
MULTIPLE "MULTIPLE"

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