Interface InvoiceRepositoryInterface
| category |
System |
|---|---|
| package |
Invoice |
| subpackage |
Interfaces |
add(\InvoiceInformation $invoiceInfo) : integer
integerThe invoice_id of the new database entry.
deleteByInvoiceId(\IdType $invoiceId) : $this|\InvoiceRepositoryInterface
updateInvoiceFilename(\IdType $invoiceId, \FilenameStringType $invoiceFilename) : $this|\InvoiceRepositoryInterface
\IdType
\FilenameStringType
$this|\InvoiceRepositoryInterfaceSame instance for chained method calls.