public interface RebateCalculator
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
calculateEarlyPayRebate(BigDecimal tax)
Calculates the early pay rebate for given amount
|
boolean |
isEarlyPayRebateActive()
Checks if Rebate is active or not
|
BigDecimal calculateEarlyPayRebate(BigDecimal tax)
tax - - amount for which rebate is to be calculatedboolean isEarlyPayRebateActive()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.