CustomerDataAttributeMetadataInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| frontendInput | string | HTML for input element. | |
| inputFilter | string | Template used for input (e.g. "date") | |
| storeLabel | string | Label of the store. | |
| validationRules | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataValidationRuleInterface[] | Validation rules. | |
| multilineCount | int | Of lines of the attribute value. | |
| visible | bool | Attribute is visible on frontend. | |
| required | bool | Attribute is required. | |
| dataModel | string | Data model for attribute. | |
| options | \SpringImport\Swagger\Magento2\Client\Model\CustomerDataOptionInterface[] | Options of the attribute (key => value pairs for select) | |
| frontendClass | string | Class which is used to display the attribute on frontend. | |
| userDefined | bool | Current attribute has been defined by a user. | |
| sortOrder | int | Attributes sort order. | |
| frontendLabel | string | Label which supposed to be displayed on frontend. | |
| note | string | The note attribute for the element. | |
| system | bool | This is a system attribute. | |
| backendType | string | Backend type. | |
| isUsedInGrid | bool | It is used in customer grid | [optional] |
| isVisibleInGrid | bool | It is visible in customer grid | [optional] |
| isFilterableInGrid | bool | It is filterable in customer grid | [optional] |
| isSearchableInGrid | bool | It is searchable in customer grid | [optional] |
| attributeCode | string | Code of the attribute. |