Interface
NotifierInterface
Magento\Sales\Model\Order\Creditmemo\NotifierInterface
What it does
This interface defines the contract for sending credit memo notifications to customers.
Developers would implement or use this interface when they need to trigger email notifications after a credit memo is created, allowing customers to be informed about their refund.
It supports both synchronous and asynchronous notification modes and can include optional comments.
Public Methods
- notify()