CustomerGroupInterface
CustomerGroupInterface.php
:
11
Interface
Methods¶
getDescription()
¶
CustomerGroupInterface.php
:
19
|
|
Return values
string
getGlobalPriceRate()
¶
CustomerGroupInterface.php
:
33
|
|
Return values
numeric-string
getId()
¶
CustomerGroupInterface.php
:
13
|
|
Return values
int
getIdentifier()
¶
CustomerGroupInterface.php
:
17
|
|
Return values
string
getName()
¶
CustomerGroupInterface.php
:
15
|
|
Return values
string
getUsers()
¶
CustomerGroupInterface.php
:
28
A list of users attached to the Customer Group.
|
|
Return values
array<string|int, User>