Invoice comment interface. An invoice is a record of the receipt of payment for an order. An invoice can include comments that detail the invoice history.
| Name | Type | Description | Notes |
|---|---|---|---|
| IsCustomerNotified | int32 | Is-customer-notified flag value. | |
| ParentId | int32 | Parent ID. | |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Sales\Api\Data\InvoiceCommentInterface | [optional] |
| Comment | string | Comment. | |
| IsVisibleOnFront | int32 | Is-visible-on-storefront flag value. | |
| CreatedAt | string | Created-at timestamp. | [optional] |
| EntityId | int32 | Invoice ID. | [optional] |