UsersSettings¶
The UsersSettings object represents settings for users in the storefront.
classDiagram
direction LR
class UsersSettings{
bool isRegistrationEnabled
}
Properties¶
Attribute name | Type | Description |
---|---|---|
isRegistrationEnabled | bool |
Returns true if registration is enabled. |