Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
setCapture ($id) | |
getCommentsList ($id) | |
notify ($id) | |
setVoid ($id) | |
Invoice management interface.
An invoice is a record of the receipt of payment for an order. @api
Definition at line 15 of file InvoiceManagementInterface.php.
getCommentsList | ( | $id | ) |
Lists comments for a specified invoice.
int | $id | The invoice ID. |
Implemented in InvoiceService.
notify | ( | $id | ) |
Emails a user a specified invoice.
int | $id | The invoice ID. |
Implemented in InvoiceService.
setCapture | ( | $id | ) |
setVoid | ( | $id | ) |
Voids a specified invoice.
int | $id | The invoice ID. |
Implemented in InvoiceService.