productPriceUtils = $productPriceUtils ; } public function getPrice(OrderProductInterface $orderProduct) { } public function getPriceWithTax(OrderProductInterface $orderProduct) { } public function getPriceWithTaxAndReduction(OrderProductInterface $orderProduct) { } public function getPriceByRefUnit(OrderProductInterface $orderProduct) { } public function getPriceByRefUnitWithTax(OrderProductInterface $orderProduct) { } public function getPriceByRefUnitWithTaxAndReduction(OrderProductInterface $orderProduct) { } public function getTotal(OrderProductInterface $orderProduct) { } public function getTotalWithReductionCatalog(OrderProductInterface $orderProduct) { } public function getTotalWithReductionCart(OrderProductInterface $orderProduct) { } public function getTotalWithReductions(OrderProductInterface $orderProduct) { } public function getTotalWithTax(OrderProductInterface $orderProduct) { } public function getTotalWithTaxAndReductionCatalog(OrderProductInterface $orderProduct) { } public function getTotalWithTaxAndReductionCart(OrderProductInterface $orderProduct) { } public function getTotalWithTaxAndReductions(OrderProductInterface $orderProduct) { } }