Factory
TaxClass\Factory
Magento\Tax\Model\TaxClass\Factory
What it does
This factory class creates tax class type objects (Customer or Product) based on a given tax class model.
Developers use it when they need to instantiate the appropriate tax class type object, which handles specific validation and business logic for either customer or product tax classes.
Public Methods
- create()