Interface
InvoiceCommentInterface
Magento\Sales\Api\Data\InvoiceCommentInterface
What it does
This interface defines the contract for invoice comment data objects in Magento 2.
Developers use it when working with comments attached to invoices, such as adding internal notes or customer notifications about invoice status.
It provides methods to manage comment attributes like customer notification flags and parent invoice relationships.
Public Methods
- getIsCustomerNotified()
- getParentId()
- setParentId()
- setIsCustomerNotified()
- getExtensionAttributes()
- setExtensionAttributes()