CustomerDataAttributeMetadataInterface

May 18, 2017 ยท View on GitHub

Properties

NameTypeDescriptionNotes
frontendInputstringHTML for input element.
inputFilterstringTemplate used for input (e.g. "date")
storeLabelstringLabel of the store.
validationRules\SpringImport\Swagger\Magento2\Client\Model\CustomerDataValidationRuleInterface[]Validation rules.
multilineCountintOf lines of the attribute value.
visibleboolAttribute is visible on frontend.
requiredboolAttribute is required.
dataModelstringData model for attribute.
options\SpringImport\Swagger\Magento2\Client\Model\CustomerDataOptionInterface[]Options of the attribute (key => value pairs for select)
frontendClassstringClass which is used to display the attribute on frontend.
userDefinedboolCurrent attribute has been defined by a user.
sortOrderintAttributes sort order.
frontendLabelstringLabel which supposed to be displayed on frontend.
notestringThe note attribute for the element.
systemboolThis is a system attribute.
backendTypestringBackend type.
isUsedInGridboolIt is used in customer grid[optional]
isVisibleInGridboolIt is visible in customer grid[optional]
isFilterableInGridboolIt is filterable in customer grid[optional]
isSearchableInGridboolIt is searchable in customer grid[optional]
attributeCodestringCode of the attribute.

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