public class AppliedTax extends CommonTax
allowanceCharge, basis, calculated, category, exemptionReason, lineTotal, percentage, type| Constructor and Description |
|---|
AppliedTax() |
| Modifier and Type | Method and Description |
|---|---|
TaxCategory |
getCategory()
|
BigDecimal |
getPercentage()
|
TaxCode |
getType()
|
AppliedTax |
setCategory(TaxCategory value)
|
AppliedTax |
setPercentage(BigDecimal applicablePercentage)
|
AppliedTax |
setType(TaxCode taxTypeCode)
|
public AppliedTax()
@NotNull(groups=Comfort.class) public TaxCategory getCategory()
Gets the tax category.
COMFORT
getCategory in class CommonTaxpublic BigDecimal getPercentage()
Gets the applicable tax percentage.
COMFORT
getPercentage in class CommonTax@NotNull(groups=Comfort.class) public TaxCode getType()
Gets the UNCL 5153 tax type code.
COMFORT
public AppliedTax setCategory(TaxCategory value)
Sets the tax category.
COMFORT
setCategory in class CommonTaxvalue - the new category codepublic AppliedTax setPercentage(BigDecimal applicablePercentage)
Sets the applicable tax percentage.
BASIC
setPercentage in class CommonTaxapplicablePercentage - the new applicable tax percentagepublic AppliedTax setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
BASIC
Copyright © 2014 Konik.io. All Rights Reserved.