Interface
TaxRateSearchResultsInterface
Magento\Tax\Api\Data\TaxRateSearchResultsInterface
What it does
This interface defines the contract for search results when querying tax rates in Magento 2.
Developers use this when working with the Tax Rate repository to retrieve collections of tax rates matching specific search criteria.
It extends SearchResultsInterface to provide standardized pagination and filtering capabilities while ensuring results contain TaxRateInterface objects.
Public Methods
- getItems()
- setItems()