Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.42 KB

V1ModifierOption.md

File metadata and controls

16 lines (12 loc) · 1.42 KB

V1ModifierOption

Properties

Name Getter Setter Type Description Notes
id getId() setId($value) string The modifier option's unique ID. [optional]
name getName() setName($value) string The modifier option's name. [optional]
price_money getPriceMoney() setPriceMoney($value) \SquareConnect\Model\V1Money The modifier option's price. [optional]
on_by_default getOnByDefault() setOnByDefault($value) bool If true, the modifier option is the default option in a modifier list for which selection_type is SINGLE. [optional]
ordinal getOrdinal() setOrdinal($value) int Indicates the modifier option's list position when displayed in Square Register and the merchant dashboard. If more than one modifier option in the same modifier list has the same ordinal value, those options are displayed in alphabetical order. [optional]
modifier_list_id getModifierListId() setModifierListId($value) string The ID of the modifier list the option belongs to. [optional]

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

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