Log in
Model

Data

Magento\Sales\Model\Config\Data

What it does

This class serves as a data container for sales configuration in Magento 2, specifically handling the caching and retrieval of sales totals configuration.

Developers use this class when they need to access sales-related configuration data like order totals, tax calculations, or shipping configurations that are defined in XML files.

It extends the base Config Data class to provide optimized, cached access to sales configuration.