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
integer
Customer group.
double|null
(Optional) Group price.
\ProductGroupPrice
New instance.
customerGroupId() : integer
integer
Customer group id.
graduatedPrices() : \GraduatedPriceCollection|null
groupPrice() : double|null
double|null
Group price.
customerGroupId : integer
var |
---|
integer
groupPrice : double|null
var |
---|
double|null
graduatedPrices : \GraduatedPriceCollection|null