CatalogItemModifierListInfo

June 28, 2018 ยท View on GitHub

squareconnect.models.catalog_item_modifier_list_info

Description

Controls the properties of a CatalogModifierList as it applies to this CatalogItem.

Properties

NameTypeDescriptionNotes
modifier_list_idstrThe ID of the CatalogModifierList controlled by this CatalogModifierListInfo.
modifier_overrideslist[CatalogModifierOverride]A set of CatalogModifierOverride objects that override whether a given CatalogModifier is enabled by default.[optional]
min_selected_modifiersintIf zero or larger, the smallest number of CatalogModifiers that must be selected from this CatalogModifierList.[optional]
max_selected_modifiersintIf zero or larger, the largest number of CatalogModifiers that can be selected from this CatalogModifierList.[optional]
enabledboolIf `true`, enable this CatalogModifierList.[optional]

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