Model
Config
Magento\Sales\Model\Order\Invoice\Config
What it does
This class manages the configuration for invoice total collectors in Magento 2.
It extends the base total configuration to specifically handle how invoice totals (like subtotal, tax, shipping, discounts) are calculated and collected when creating invoices from orders.
Developers use this indirectly when the system processes invoice totals or when customizing invoice calculation behavior.