Interface CustomerGroupInterface
category |
System |
---|---|
package |
CustomerGroup |
subpackage |
Entities |
createBase(\IntType $baseId) : \CustomerGroup
delete() : $this|\CustomerGroupInterface
getConfigurations() : \CustomerGroupConfigurationsInterface
getId() : integer
integer
Customer group id.
getMembers() : integer
integer
getName(\LanguageCode $languageCode) : string
string
Language specific name value.
getNames() : array
array
Language specific name value.
getSettings() : \CustomerGroupSettingsInterface
isDefault() : boolean
boolean
Customer group default status.
setConfigurations(\CustomerGroupConfigurationsInterface $configurations) : $this|\CustomerGroupInterface
setDefault(\BoolType $default) : $this|\CustomerGroupInterface
setId(\IntType $id) : $this|\CustomerGroupInterface
setMembers(\IntType $number) : \CustomerGroup
setName(\StringType $name, \LanguageCode $languageCode) : $this|\CustomerGroupInterface
setSettings(\CustomerGroupSettingsInterface $settings) : $this|\CustomerGroupInterface
store() : $this|\CustomerGroupInterface
update() : $this|\CustomerGroupInterface