Move findByIban

This commit is contained in:
James Cole
2016-10-10 07:16:05 +02:00
parent d1b56c2afa
commit 0ae9afd325
7 changed files with 45 additions and 38 deletions

View File

@@ -58,6 +58,14 @@ interface AccountRepositoryInterface
*/
public function findByAccountNumber(string $number, array $types): Account;
/**
* @param string $iban
* @param array $types
*
* @return Account
*/
public function findByIban(string $iban, array $types): Account;
/**
* Returns the date of the very first transaction in this account.
*