public interface DepositAccountService
DepositAccountBO createDepositAccount(DepositAccountBO depositAccount, String userName)
DepositAccountBO createDepositAccountForBranch(DepositAccountBO depositAccount, String userName, String branch)
DepositAccountDetailsBO getDepositAccountByIban(String iban, LocalDateTime refTime, boolean withBalances)
List<DepositAccountDetailsBO> getDepositAccountsByIban(List<String> ibans, LocalDateTime refTime, boolean withBalances)
DepositAccountDetailsBO getDepositAccountById(String accountId, LocalDateTime refTime, boolean withBalances)
TransactionDetailsBO getTransactionById(String accountId, String transactionId)
List<TransactionDetailsBO> getTransactionsByDates(String accountId, LocalDateTime dateFrom, LocalDateTime dateTo)
boolean confirmationOfFunds(FundsConfirmationRequestBO requestBO)
List<DepositAccountBO> findByAccountNumberPrefix(String accountNumberPrefix)
List<DepositAccountDetailsBO> findByBranch(String branch)
Copyright © 2019. All rights reserved.