CatalogModifier
February 26, 2020 ยท View on GitHub
Description
A modifier in the Catalog object model.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| name | getName() | setName($value) | string | The modifier name. Searchable. This field has max length of 255 Unicode code points. | [optional] |
| price_money | getPriceMoney() | setPriceMoney($value) | \SquareConnect\Model\Money | The modifier price. | [optional] |
| ordinal | getOrdinal() | setOrdinal($value) | int | Determines where this `CatalogModifier` appears in the `CatalogModifierList`. | [optional] |
| modifier_list_id | getModifierListId() | setModifierListId($value) | string | The ID of the `CatalogModifierList` associated with this modifier. Searchable. | [optional] |
Note: All properties are protected and only accessed via getters and setters.