Class ProductPriceReadService
category |
System |
---|---|
package |
ProductPrice |
subpackage |
Services |
__construct(\ProductPriceRepositoryInterface $repository)
getById(\IdType $productId) : \ProductPriceInterface
getByQuantity(\IdType $productId, \IdType $customerGroupId, \DecimalType $quantity) : \GraduatedPriceInterface
repository : \ProductPriceRepositoryInterface