Interface InvoiceRepositoryInterface

Interface InvoiceRepositoryInterface

Direct known implementers

InvoiceRepository

Methods summary

public add( InvoiceInformation $invoiceInfo ) : integer

Adds a new invoice in the database.

public updateInvoiceFilename( IdType $invoiceId, FilenameStringType $invoiceFilename ) :

Updates the invoice file column for an invoice entry in the database.

public deleteByInvoiceId( IdType $invoiceId ) :

Removes an invoice entry from the database.