CatalogItemModifierListInfo

February 26, 2020 ยท View on GitHub

Description

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

Properties

NameGetterSetterTypeDescriptionNotes
modifier_list_idgetModifierListId()setModifierListId($value)stringThe ID of the `CatalogModifierList` controlled by this `CatalogModifierListInfo`.
modifier_overridesgetModifierOverrides()setModifierOverrides($value)\SquareConnect\Model\CatalogModifierOverride[]A set of `CatalogModifierOverride` objects that override whether a given `CatalogModifier` is enabled by default.[optional]
min_selected_modifiersgetMinSelectedModifiers()setMinSelectedModifiers($value)intIf 0 or larger, the smallest number of `CatalogModifier`s that must be selected from this `CatalogModifierList`.[optional]
max_selected_modifiersgetMaxSelectedModifiers()setMaxSelectedModifiers($value)intIf 0 or larger, the largest number of `CatalogModifier`s that can be selected from this `CatalogModifierList`.[optional]
enabledgetEnabled()setEnabled($value)boolIf `true`, enable this `CatalogModifierList`. The default value is `true`.[optional]

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

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