public interface Tax extends Serializable
| Modifier and Type | Method and Description |
|---|---|
TaxCategory |
getCategory()
Gets the tax category.
|
BigDecimal |
getPercentage()
Gets the applicable tax percentage.
|
TaxCode |
getType()
Gets the UNCL 5153 tax type code.
|
Tax |
setCategory(TaxCategory taxCategory)
Sets the tax category.
|
Tax |
setPercentage(BigDecimal taxPercentage)
Sets the applicable tax percentage.
|
Tax |
setType(TaxCode taxTypeCode)
Sets the UNCL 5153 tax type code.
|
TaxCategory getCategory()
Gets the tax category.
@NotNull(groups=Comfort.class) BigDecimal getPercentage()
Gets the applicable tax percentage.
Tax setCategory(TaxCategory taxCategory)
Sets the tax category.
taxCategory - the new tax category codeTax setPercentage(BigDecimal taxPercentage)
Sets the applicable tax percentage.
taxPercentage - the new applicable tax percentageCopyright © 2014-2016 Konik.io. All Rights Reserved.