Log in
Repository

InvoiceCommentRepositoryInterface

Magento\Sales\Api\InvoiceCommentRepositoryInterface

What it does

This repository interface manages CRUD operations for invoice comments in Magento 2.

Developers use it to retrieve, save, delete, or search for comments associated with invoices, enabling tracking of invoice history and communication.

It provides a standardized API for managing invoice comment data across the application.

Public Methods

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