Interface InvoiceArchiveWriteServiceInterface
Interface InvoiceArchiveWriteServiceInterface
Direct known implementers
Package: Invoice\Interfaces
Category: System
Located at Services/Core/Invoice/Interfaces/InvoiceArchiveWriteServiceInterface.inc.php
Category: System
Located at Services/Core/Invoice/Interfaces/InvoiceArchiveWriteServiceInterface.inc.php
Methods summary
public
importInvoiceFile( ExistingFile $invoiceFile, InvoiceInformation $invoiceInfo )
: integer
Imports the given invoice file and store their information in the database.
public
deleteInvoiceById( IdType $invoiceId )
:
Removes an invoice from the database by the given invoice id.