orderProductPriceUtils = $orderProductPriceUtils ; } public function getTotal(OrderShopInterface $orderShop) { } public function getTotalWithReductionCatalog(OrderShopInterface $orderShop) { } public function getTotalWithReductionCart(OrderShopInterface $orderShop) { } public function getTotalWithReductions(OrderShopInterface $orderShop) { } public function getTotalWithTax(OrderShopInterface $orderShop) { } public function getTotalWithTaxAndReductionCatalog(OrderShopInterface $orderShop) { } public function getTotalWithTaxAndReductionCart(OrderShopInterface $orderShop) { } public function getTotalWithTaxAndReductions(OrderShopInterface $orderShop) { } }