Model
Tax
Magento\Sales\Model\ResourceModel\Order\Tax
What it does
This resource model handles database operations for order tax records in Magento 2.
Developers use this class when they need to retrieve, save, or manipulate tax information associated with sales orders, such as tax amounts, rates, and breakdowns.
It serves as the database abstraction layer for the sales_order_tax table.