CatalogCustomAttributeDefinitionSelectionConfig

May 28, 2020 ยท View on GitHub

Description

Configuration associated with SELECTION-type custom attribute definitions.

Properties

NameGetterSetterTypeDescriptionNotes
max_allowed_selectionsgetMaxAllowedSelections()setMaxAllowedSelections($value)intThe maximum number of selections that can be set. The maximum value for this attribute is 100. The default value is 1. The value can be modified, but changing the value will not affect existing custom attribute values on objects. Clients need to handle custom attributes with more selected values than allowed by this limit.[optional]
allowed_selectionsgetAllowedSelections()setAllowedSelections($value)\SquareConnect\Model\CatalogCustomAttributeDefinitionSelectionConfigCustomAttributeSelection[]The set of valid `CatalogCustomAttributeSelections`. Up to a maximum of 100 selections can be defined. Can be modified.[optional]

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

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