Tax Module
Model\ResourceModel\Calculation\Collection
This collection class is used to retrieve and manipulate multiple tax calculation records from the database. Developers use this when they need to fet...
Model\ResourceModel\Report\Collection
This collection class retrieves and aggregates tax report data from the tax_order_aggregated_created table. Developers use it in the Magento admin pan...
Model\ResourceModel\TaxClass\Collection
This collection class retrieves and manages tax class records from the database. Developers use it to fetch tax classes (like customer tax classes or...
Model\TaxRateCollection
This collection class manages tax rate data for display in the Magento admin grid. It fetches tax rates from the TaxRateRepository and converts them i...
Model\TaxRuleCollection
This collection class provides a service-based approach to loading and managing tax rules for display in admin grids. Developers use it when they need...