Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 934 Bytes

File metadata and controls

19 lines (13 loc) · 934 Bytes

# SalesDataInvoiceCommentInterface

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.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]