InvoiceCommentResourceInterface
Magento\Sales\Model\Spi\InvoiceCommentResourceInterface
What it does
This interface defines the contract for managing invoice comment persistence operations in Magento 2.
Developers use this interface when implementing or customizing how invoice comments are saved, loaded, or deleted from the database.
It provides a standardized way to interact with invoice comment data at the resource model level, ensuring consistent CRUD operations across the application.
Public Methods
- save()
- load()
- delete()