Model
Customer
Magento\Tax\Model\TaxClass\Type\Customer
What it does
This class represents a Customer Tax Class type in Magento 2's tax system.
Developers use it to determine if a tax class is assigned to any customer groups and to validate deletion operations, as tax classes cannot be deleted if they're actively used by customer groups.
It extends the abstract tax class type and implements customer-specific logic for tax class management.
Public Methods
- isAssignedToObjects()
- getObjectTypeName()