public interface ILoanProposal
| Modifier and Type | Method and 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.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.