Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.01 KB

V1ModifierList.md

File metadata and controls

14 lines (10 loc) · 1.01 KB

V1ModifierList

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The modifier list's unique ID. [optional]
name getName() setName($value) string The modifier list's name. [optional]
selection_type getSelectionType() setSelectionType($value) string Indicates whether MULTIPLE options or a SINGLE option from the modifier list can be applied to a single item. [optional]
modifier_options getModifierOptions() setModifierOptions($value) \SquareConnect\Model\V1ModifierOption[] The options included in the modifier list. [optional]

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

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