public interface SpecifiedTax extends Tax
The Interface ItemTax.
Modifier and Type | Method and Description |
---|---|
Amount |
getCalculated()
Sets the calculated amount.
|
java.lang.String |
getExemptionReason()
Gets the tax exemption reason.
|
SpecifiedTax |
setCalculated(Amount calculatedAmount)
Set the calculated amount.
|
SpecifiedTax |
setExemptionReason(java.lang.String exemptionReason)
Sets the tax exemption reason.
|
getCategory, getPercentage, getType, setCategory, setPercentage, setType
Amount getCalculated()
Sets the calculated amount.
@Comfort java.lang.String getExemptionReason()
Gets the tax exemption reason.
@Extended SpecifiedTax setCalculated(Amount calculatedAmount)
Set the calculated amount.
calculatedAmount
- SpecifiedTax setExemptionReason(java.lang.String exemptionReason)
Sets the tax exemption reason.
exemptionReason
- the new exemption reasonCopyright © 2014-2018 Konik.io. All Rights Reserved.