86 return $this->weeeHelper->typeOfDisplay(
88 \
Magento\Weee\Model\Tax::DISPLAY_INCL,
89 \
Magento\Weee\Model\Tax::DISPLAY_INCL_DESCR,
90 \
Magento\Weee\Model\Tax::DISPLAY_EXCL_DESCR_INCL,
133 return (($adjustmentCode == self::ADJUSTMENT_CODE) ||
145 $weeeAmount = $this->weeeHelper->getAmountExclTax($saleableItem);
146 $weeeAmount = $this->priceCurrency->convert($weeeAmount);
applyAdjustment($amount, SaleableInterface $saleableItem, $context=[])
extractAdjustment($amount, SaleableInterface $saleableItem, $context=[])
getAmount(SaleableInterface $saleableItem)
__construct(WeeeHelper $weeeHelper, PriceCurrencyInterface $priceCurrency, $sortOrder=null)
const CONFIGURATION_OPTION_FLAG
isIncludedInDisplayPrice()
isExcludedWith($adjustmentCode)