Copied!

CustomerGroupInterface

CustomerGroupInterface.php : 11

Methods

publicgetDescription()

CustomerGroupInterface.php : 19
public getDescription() : string

Return values

string

publicgetGlobalPriceRate()

CustomerGroupInterface.php : 33
public getGlobalPriceRate() : numeric-string

Return values

numeric-string

publicgetId()

CustomerGroupInterface.php : 13
public getId() : int

Return values

int

publicgetIdentifier()

CustomerGroupInterface.php : 17
public getIdentifier() : string

Return values

string

publicgetName()

CustomerGroupInterface.php : 15
public getName() : string

Return values

string

publicgetUsers()

CustomerGroupInterface.php : 28

A list of users attached to the Customer Group.

public getUsers() : array<string|int, User>

Return values

array<string|int, User>