public class SpecifiedTax extends CommonTax
allowanceCharge, basis, calculated, category, exemptionReason, lineTotal, percentage, type| Constructor and Description |
|---|
SpecifiedTax() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getCalculated()
|
TaxCategory |
getCategory()
|
String |
getExemptionReason()
|
TaxCode |
getType()
|
SpecifiedTax |
setCalculated(Amount calculatedAmount)
|
SpecifiedTax |
setCategory(TaxCategory value)
|
SpecifiedTax |
setExemptionReason(String exemptionReason)
|
SpecifiedTax |
setPercentage(BigDecimal applicablePercentage)
|
SpecifiedTax |
setType(TaxCode taxTypeCode)
|
getPercentagepublic SpecifiedTax()
@Extended public Amount getCalculated()
Gets the calculated amount.
public TaxCategory getCategory()
CommonTaxGets the tax category.
getCategory in class CommonTaxpublic String getExemptionReason()
Gets the tax exemption reason.
COMFORT
public TaxCode getType()
CommonTaxGets the UNCL 5153 tax type code.
public SpecifiedTax setCalculated(Amount calculatedAmount)
Sets the calculated amount.
BASIC
calculatedAmount - the new calculated amountpublic SpecifiedTax setCategory(TaxCategory value)
CommonTaxSets the tax category.
setCategory in class CommonTaxvalue - the new category codepublic SpecifiedTax setExemptionReason(String exemptionReason)
Sets the tax exemption reason.
COMFORT
exemptionReason - the new exemption reasonpublic SpecifiedTax setPercentage(BigDecimal applicablePercentage)
CommonTaxSets the applicable tax percentage.
setPercentage in class CommonTaxapplicablePercentage - the new applicable tax percentagepublic SpecifiedTax setType(TaxCode taxTypeCode)
CommonTaxSets the UNCL 5153 tax type code.
Copyright © 2014 Konik.io. All Rights Reserved.