CreditmemoItemResourceInterface
Magento\Sales\Model\Spi\CreditmemoItemResourceInterface
What it does
This interface defines the contract for database operations on credit memo items in Magento 2.
Developers use this when implementing custom resource models for credit memo items, ensuring they provide standardized methods for saving, loading, and deleting credit memo item records from the database.
It's part of the Service Provider Interface (SPI) layer, allowing for custom implementations while maintaining consistency across the system.
Public Methods
- save()
- load()
- delete()