Skip to content

Files

Latest commit

89ba067 · May 23, 2017

History

History
22 lines (14 loc) · 872 Bytes

V1ModifierList.md

File metadata and controls

22 lines (14 loc) · 872 Bytes

Square.Connect.Model.V1ModifierList

Properties

Name Type Description Notes
Id string The modifier list's unique ID. [optional]
Name string The modifier list's name. [optional]
SelectionType SelectionTypeEnum Indicates whether MULTIPLE options or a SINGLE option from the modifier list can be applied to a single item. [optional]
ModifierOptions List<V1ModifierOption> The options included in the modifier list. [optional]

SelectionTypeEnum

Name Value
SINGLE "SINGLE"
MULTIPLE "MULTIPLE"

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