Complete accounts and bills end point.

This commit is contained in:
James Cole
2018-12-09 13:09:43 +01:00
parent 108d43f967
commit 97f6e68164
7 changed files with 299 additions and 25 deletions

View File

@@ -64,6 +64,15 @@ interface BillRepositoryInterface
*/
public function getActiveBills(): Collection;
/**
* Get all attachments.
*
* @param Bill $bill
*
* @return Collection
*/
public function getAttachments(Bill $bill): Collection;
/**
* @return Collection
*/