Add custom method.

This commit is contained in:
James Cole
2025-03-09 09:53:27 +01:00
parent d84405191f
commit db2cab3cef
2 changed files with 32 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ interface AccountRepositoryInterface
public function findByName(string $name, array $types): ?Account;
public function periodCollection(Account $account, Carbon $start, Carbon $end): array;
public function getAccountBalances(Account $account): Collection;
public function getAccountCurrency(Account $account): ?TransactionCurrency;