Log in
Model

WeeeAdjustmentAttribute

Magento\Weee\Model\ProductRender\WeeeAdjustmentAttribute

What it does

This class represents a WEEE (Waste Electrical and Electronic Equipment) adjustment attribute for product price rendering.

It stores FPT (Fixed Product Tax) information including the attribute code, various tax amounts (inclusive/exclusive), and total amounts.

Developers use this when displaying product prices with WEEE/FPT adjustments on the frontend, particularly for eco-tax or recycling fees required in certain jurisdictions.

Public Methods

  • setAttributeCode()
  • getAttributeCode()
  • setAmount()
  • getAmount()
  • getTaxAmount()
  • setTaxAmount()
  • setAmountExclTax()
  • getAmountExclTax()
  • setTaxAmountInclTax()
  • getTaxAmountInclTax()
  • getExtensionAttributes()
  • setExtensionAttributes()