Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 1.01 KB

File metadata and controls

19 lines (13 loc) · 1.01 KB

V1ModifierList

squareconnect.models.v1_modifier_list

Description

V1ModifierList

Properties

Name Type Description Notes
id str The modifier list's unique ID. [optional]
name str The modifier list's name. [optional]
selection_type str 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]
modifier_options list[V1ModifierOption] The options included in the modifier list. [optional]
v2_id str The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. [optional]

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