Repository
CreditmemoCommentRepositoryInterface
Magento\Sales\Api\CreditmemoCommentRepositoryInterface
What it does
This repository interface manages CRUD operations for credit memo comments in Magento 2.
Developers use this to retrieve, save, delete, or search for comments attached to credit memos that explain why refunds were issued to customers.
It provides a standardized API layer for managing the explanatory notes that accompany customer refunds.
Public Methods
- get()
- getList()
- delete()
- save()