Class ProductPrice
category |
System |
---|---|
package |
ProductPrice |
subpackage |
ValueObjects |
__construct(\IdType $productId, \DecimalType $price, \IdType $taxClassId = null, \ProductGroupPriceCollection|null $groupPrices = null)
create(integer $productId, double $price, integer $taxClassId, \ProductGroupPriceCollection|null $groupPrices = null) : \ProductPrice
integer
Product id.
double
Product default price.
integer
\ProductPrice
New instance
createWithoutTaxClassId( $productId, $price, \ProductGroupPriceCollection $groupPrices = null)
groupPrices() : \ProductGroupPriceCollection|null
price() : double
double
Product price.
productId() : integer
integer
Product id.
taxClassId() : integer
integer
Tax class id.
productId : integer
var |
---|
integer
price : double
var |
---|
double
taxClassId :
groupPrices : \ProductGroupPriceCollection|null