V1ModifierOption

April 10, 2019 ยท View on GitHub

squareconnect.models.v1_modifier_option

Description

V1ModifierOption

Properties

NameTypeDescriptionNotes
idstrThe modifier option's unique ID.[optional]
namestrThe modifier option's name.[optional]
price_moneyV1MoneyThe modifier option's price.[optional]
on_by_defaultboolIf true, the modifier option is the default option in a modifier list for which selection_type is SINGLE.[optional]
ordinalintIndicates 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_idstrThe ID of the modifier list the option belongs to.[optional]
v2_idstrThe ID of the CatalogObject in the Connect v2 API. Objects that are shared across multiple locations share the same v2 ID.[optional]

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