CatalogModifier

February 26, 2020 ยท View on GitHub

Description

A modifier in the Catalog object model.

Properties

NameGetterSetterTypeDescriptionNotes
namegetName()setName($value)stringThe modifier name. Searchable. This field has max length of 255 Unicode code points.[optional]
price_moneygetPriceMoney()setPriceMoney($value)\SquareConnect\Model\MoneyThe modifier price.[optional]
ordinalgetOrdinal()setOrdinal($value)intDetermines where this `CatalogModifier` appears in the `CatalogModifierList`.[optional]
modifier_list_idgetModifierListId()setModifierListId($value)stringThe ID of the `CatalogModifierList` associated with this modifier. Searchable.[optional]

Note: All properties are protected and only accessed via getters and setters.

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