Method | Description | |
---|---|---|
DepositMoney ( decimal money ) : void | ||
InterestAmount ( int months ) : decimal | ||
LoanAccount ( ) : System | ||
LoanAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System | ||
WithdrawMoney ( decimal money ) : void |
public InterestAmount ( int months ) : decimal | ||
months | int | |
return | decimal |
public LoanAccount ( CustromerType customer, decimal balance, decimal interestRate ) : System | ||
customer | CustromerType | |
balance | decimal | |
interestRate | decimal | |
return | System |
public WithdrawMoney ( decimal money ) : void | ||
money | decimal | |
return | void |