Model
GrandTotalRates
Magento\Tax\Model\Calculation\GrandTotalRates
What it does
This class represents individual tax rate information within the grand total calculation, storing the tax rate title and percentage.
Developers use this when working with tax breakdowns in order totals, such as displaying detailed tax information on invoices, orders, or quotes where multiple tax rates may apply to different items.
Public Methods
- getTitle()
- setTitle()
- getPercent()
- setPercent()