Log in
Interface

TaxRateManagementInterface

Magento\Tax\Api\TaxRateManagementInterface

What it does

This interface defines the contract for retrieving applicable tax rates based on customer and product tax class IDs.

Developers use this when they need to determine which tax rates apply to a specific transaction involving a customer and product combination, such as during checkout or price calculations.

The interface ensures consistent tax rate retrieval across different implementations in Magento's tax calculation system.

Public Methods

  • getRatesByCustomerAndProductTaxClassId()