Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.32 KB

CatalogModifierList.md

File metadata and controls

13 lines (9 loc) · 1.32 KB

CatalogModifierList

Properties

Name Getter Setter Type Description Notes
name getName() setName($value) string The CatalogModifierList's name. Searchable. [optional]
selection_type getSelectionType() setSelectionType($value) string Indicates whether multiple options from the CatalogModifierList can be applied to a single CatalogItem. See CatalogModifierListSelectionType for all possible values. [optional]
modifiers getModifiers() setModifiers($value) \SquareConnect\Model\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]

Note: All properties are protected and only accessed via getters and setters.

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