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