Interface
OrderTaxManagementInterface
Magento\Tax\Api\OrderTaxManagementInterface
What it does
This interface defines the contract for retrieving tax details applied to an order in Magento 2.
Developers use this interface to get comprehensive tax information for a specific order, including tax amounts, rates, and applied rules.
It's primarily used in order processing, invoicing, and reporting scenarios where detailed tax breakdowns are needed.
Public Methods
- getOrderTaxDetails()