Model
Title
Magento\Tax\Model\Calculation\Rate\Title
What it does
This model manages store-specific titles/labels for tax rates in Magento 2.
Developers use this class when they need to display different tax rate names for different store views (e.g., 'VAT' in UK stores, 'Sales Tax' in US stores) or when managing multi-language tax rate labels.
It handles CRUD operations for tax rate title translations associated with specific tax calculation rates.
Public Methods
- deleteByRateId()
- getStoreId()
- getValue()
- setStoreId()
- setValue()
- getExtensionAttributes()
- setExtensionAttributes()