Model
Tax
Magento\Sales\Model\Order\Tax
What it does
This model represents tax information applied to a sales order in Magento 2.
Developers use this class to access and manage tax details including tax code, title, percentage, amount, priority, and position for each tax applied to an order.
It provides getter and setter methods for retrieving and storing tax-related data in the database.