LoanProposalpublic interface ILoanProposal
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAmount() |
Amount of money indebted without interest.
|
int |
getDurationInWeeks() |
Retrieve the duration in weeks.
|
double |
getInterest() |
Interest of the debt over the whole duration.
|
double getInterest()
int getAmount()
int getDurationInWeeks()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.