Interface
CreditmemoCommentInterface
Magento\Sales\Api\Data\CreditmemoCommentInterface
What it does
This interface defines the contract for credit memo comment objects in Magento 2.
Developers use it when working with comments attached to credit memos (refunds), such as adding administrative notes or customer-facing explanations about why a refund was issued.
It provides methods to get and set comment text, timestamps, visibility flags, and customer notification status.
Public Methods
- getComment()
- getCreatedAt()
- setCreatedAt()
- getEntityId()
- setEntityId()
- getIsCustomerNotified()
- getIsVisibleOnFront()
- getParentId()
- setParentId()
- setIsCustomerNotified()
- setIsVisibleOnFront()
- setComment()
- getExtensionAttributes()
- setExtensionAttributes()