Creates a bank instance
The name of the bank
Retrieves an account by its account number
The account number of the account to retrieve
Retrieves the sum of all positive balances from the user's bank accounts.
The person whose account holdings are to be retrieved
The sum of all positive balances of the user's bank accounts
Adds a bank account to the bank
The bank account to add
Calculates bank accounts interests.
Remove a bank account to the bank
The bank account to remove
Generated using TypeDoc
Class representing a bank