Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 1.37 KB

CatalogCustomAttributeDefinitionSelectionConfig.md

File metadata and controls

16 lines (10 loc) · 1.37 KB

CatalogCustomAttributeDefinitionSelectionConfig

Description

Configuration associated with SELECTION-type custom attribute definitions.

Properties

Name Getter Setter Type Description Notes
max_allowed_selections getMaxAllowedSelections() setMaxAllowedSelections($value) int The 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_selections getAllowedSelections() 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]