squareconnect.models.catalog_modifier_list
A modifier list in the Catalog object model. A CatalogModifierList contains Modifiers that can be applied to a CatalogItem at the time of sale. For example, a modifier list "Condiments" that would apply to a "Hot Dog" CatalogItem might contain CatalogModifiers "Ketchup", "Mustard", and "Relish". The selection_type field specifies whether or not multiple selections from the modifier list are allowed.
| Name | Type | Notes |
|---|---|---|
| name | str | |
| selection_type | str | [optional] |
| modifiers | list[CatalogObject] | [optional] |