public class ItemTax extends Object implements SpecifiedTax
| Constructor and Description |
|---|
ItemTax() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getCalculated()
Sets the calculated amount.
|
TaxCategory |
getCategory()
Gets the tax category.
|
String |
getExemptionReason()
Gets the tax exemption reason.
|
BigDecimal |
getPercentage()
Gets the applicable tax percentage.
|
TaxCode |
getType()
Gets the UNCL 5153 tax type code.
|
SpecifiedTax |
setCalculated(Amount calculatedAmount)
Set the calculated amount.
|
SpecifiedTax |
setCategory(TaxCategory value)
Sets the tax category.
|
SpecifiedTax |
setExemptionReason(String exemptionReason)
Sets the tax exemption reason.
|
SpecifiedTax |
setPercentage(BigDecimal applicablePercentage)
Sets the applicable tax percentage.
|
ItemTax |
setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
|
public ItemTax()
@Extended public Amount getCalculated()
SpecifiedTaxSets the calculated amount.
getCalculated in interface SpecifiedTax@Comfort public TaxCategory getCategory()
TaxGets the tax category.
getCategory in interface Tax@Comfort public String getExemptionReason()
SpecifiedTaxGets the tax exemption reason.
getExemptionReason in interface SpecifiedTaxpublic BigDecimal getPercentage()
TaxGets the applicable tax percentage.
getPercentage in interface Tax@Comfort public TaxCode getType()
TaxGets the UNCL 5153 tax type code.
public SpecifiedTax setCalculated(Amount calculatedAmount)
SpecifiedTaxSet the calculated amount.
setCalculated in interface SpecifiedTaxpublic SpecifiedTax setCategory(TaxCategory value)
TaxSets the tax category.
setCategory in interface Taxvalue - the new tax category codepublic SpecifiedTax setExemptionReason(String exemptionReason)
SpecifiedTaxSets the tax exemption reason.
setExemptionReason in interface SpecifiedTaxexemptionReason - the new exemption reasonpublic SpecifiedTax setPercentage(BigDecimal applicablePercentage)
TaxSets the applicable tax percentage.
setPercentage in interface TaxapplicablePercentage - the new applicable tax percentageCopyright © 2014-2016 Konik.io. All Rights Reserved.