Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1 KB

File metadata and controls

26 lines (17 loc) · 1 KB

V1ModifierList

Description

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. See V1ModifierListSelectionType for possible values [optional]
modifierOptions List<V1ModifierOption> The options included in the modifier list. [optional]
v2Id String The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. [optional]

Enum: SelectionTypeEnum

Name Value
SINGLE "SINGLE"
MULTIPLE "MULTIPLE"