Class ProductGroupPrice
| category |
System |
|---|---|
| package |
ProductPrice |
| subpackage |
ValueObjects |
__construct(\IdType $customerGroupId, \DecimalType|null $groupPrice = null, \GraduatedPriceCollection|null $graduatedPrices = null)
create(integer $customerGroupId, double|null $groupPrice = null, \GraduatedPriceCollection|null $graduatedPrices = null) : \ProductGroupPrice
integerCustomer group.
double|null(Optional) Group price.
\ProductGroupPriceNew instance.
customerGroupId() : integer
integerCustomer group id.
graduatedPrices() : \GraduatedPriceCollection|null
groupPrice() : double|null
double|nullGroup price.
customerGroupId : integer
| var |
|---|
integer
groupPrice : double|null
| var |
|---|
double|null
graduatedPrices : \GraduatedPriceCollection|null