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.