Data
Magento\Sales\Model\Config\Data
What it does
This class provides access to sales configuration data, specifically sales totals configuration, by extending Magento's base Config\Data class.
It acts as a cached data container that reads sales configuration from XML files through the Reader class and stores it in cache for performance.
Developers use this class when they need to retrieve or work with sales totals configuration settings programmatically.