Model
Tax
Magento\Sales\Model\Order\Tax
What it does
This model class represents tax information applied to a Magento 2 order.
Developers use it to retrieve and manage tax details like tax code, title, percentage, amount, and priority for each tax applied to an order.
It provides getter and setter methods to access tax data stored in the sales_order_tax database table.