AccountService.confirmFunds(BankAccount, Money, String)
AccountService.getAccount(BankAccount)
AccountService.getBalance(BankAccount, String)
AccountService.getStandingOrder(BankAccount, String, String)
AccountService.getStandingOrders(BankAccount, String, String, int)
AccountService.getTransaction(BankAccount, String, String)
AccountService.getTransactions( BankAccount, String, String, int, Optional, Optional)
AccountService.resolveTransferDestinations(BankAccount, String)
TransferService.getTransferStatus(String, String)
Transfer.getTransferDestinations()
TransferRequest.getTransferDestinations()