Model
TaxClass
Magento\Tax\Model\ResourceModel\TaxClass
What it does
This resource model manages database operations for tax classes in Magento 2.
Developers use this class when they need to perform CRUD operations on tax class data stored in the 'tax_class' database table.
It ensures that the combination of class_type and class_name remains unique across all tax classes.
Public Methods
- _construct()