| Modifier and Type | Method and Description |
|---|---|
default java.lang.String |
getCategoryCode()
the category ID why this has been applied
|
default java.math.BigDecimal |
getPercent()
returns a percentage, if relative abount, or null for absolute amounts
|
java.lang.String |
getReason()
get a description for the allowance/charge
|
java.math.BigDecimal |
getTaxPercent()
get the applicable tax percentage for the allowance/charge
|
java.math.BigDecimal |
getTotalAmount(IAbsoluteValueProvider trans)
returns the absolute amount, even if it was relative in the first place
|
boolean |
isCharge()
is this in reality a charge and now allowance
|
java.math.BigDecimal getTotalAmount(IAbsoluteValueProvider trans)
trans - the class delivering the initial valuedefault java.math.BigDecimal getPercent()
java.lang.String getReason()
java.math.BigDecimal getTaxPercent()
default java.lang.String getCategoryCode()
boolean isCharge()
Copyright © 2023. All rights reserved.