Class InvoiceListArchiveReadService
| category |
System |
|---|---|
| package |
Invoice |
__construct(\InvoiceListGeneratorInterface $listGenerator, \InvoiceFileFinderInterface $fileFinder)
getInvoiceFileDownloadInfoByInvoiceId(\IdType $invoiceId) : \FileDownloadInformation
getInvoiceListByConditions(array $conditions = array(), \IntType|null $startIndex = null, \IntType|null $maxCount = null, \StringType|null $orderBy = null) : \InvoiceListItemCollection
The other arguments helps to control fetched data.
array(Optional) Conditions for tht where clause.
\InvoiceListItemCollection
listGenerator : \InvoiceListGeneratorInterface