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, or delete comments associated with invoices, such as internal notes or customer-facing messages about payment receipts.
It provides a standardized API layer for managing invoice comment data with search and filtering capabilities.
Public Methods
- getList()
- get()
- delete()
- save()