Log in
Repository

CreditmemoCommentRepositoryInterface

Magento\Sales\Api\CreditmemoCommentRepositoryInterface

What it does

This interface defines the contract for managing credit memo comments in Magento 2.

Developers use this repository to retrieve, save, delete, or search for comments associated with credit memos (refunds).

It provides a standardized way to work with credit memo comment data through service contracts, enabling custom modules to interact with refund comments without directly accessing the database.

Public Methods

  • get()
  • getList()
  • delete()
  • save()