Model
Notifier
Magento\Sales\Model\Order\Invoice\Notifier
What it does
This class handles sending invoice notifications to customers after an invoice is created for an order.
Developers use it when they need to trigger invoice email notifications, either manually or as part of the automated invoice creation process.
It delegates the actual sending to configured sender implementations, allowing for multiple notification channels.
Public Methods
- notify()