| 1 |
# V1ModifierList |
| 2 |
|
| 3 |
### Description |
| 4 |
|
| 5 |
V1ModifierList |
| 6 |
|
| 7 |
## Properties |
| 8 |
Name | Getter | Setter | Type | Description | Notes |
| 9 |
------------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| 10 |
**id** | getId() | setId($value) | **string** | The modifier list's unique ID. | [optional] |
| 11 |
**name** | getName() | setName($value) | **string** | The modifier list's name. | [optional] |
| 12 |
**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. See [](#type-v1modifierlistselectiontypeV1ModifierListSelectionType](#type-v1modifierlistselectiontype](#type-v1modifierlistselectiontype) for possible values | [optional] |
| 13 |
**modifier_options** | getModifierOptions() | setModifierOptions($value) | [](V1ModifierOption.md**\SquareConnect\Model\V1ModifierOption[]**](V1ModifierOption.md](V1ModifierOption.md) | The options included in the modifier list. | [optional] |
| 14 |
**v2_id** | getV2Id() | setV2Id($value) | **string** | The ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID. | [optional] |
| 15 |
|
| 16 |
Note: All properties are protected and only accessed via getters and setters. |
| 17 |
|
| 18 |
[](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md) |
| 19 |
|
| 20 |
|