V1ModifierList

November 20, 2019 ยท View on GitHub

Description

V1ModifierList Note: This model is deprecated.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringThe modifier list's unique ID.[optional]
namegetName()setName($value)stringThe modifier list's name.[optional]
selection_typegetSelectionType()setSelectionType($value)stringIndicates whether MULTIPLE options or a SINGLE option from the modifier list can be applied to a single item. See V1ModifierListSelectionType for possible values[optional]
modifier_optionsgetModifierOptions()setModifierOptions($value)\SquareConnect\Model\V1ModifierOption[]The options included in the modifier list.[optional]
v2_idgetV2Id()setV2Id($value)stringThe ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID.[optional]

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

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