public interface Tax extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
TaxCategory |
getCategory()
Gets the tax category.
|
java.math.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(java.math.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) java.math.BigDecimal getPercentage()
Gets the applicable tax percentage.
Tax setCategory(TaxCategory taxCategory)
Sets the tax category.
taxCategory
- the new tax category codeTax setPercentage(java.math.BigDecimal taxPercentage)
Sets the applicable tax percentage.
taxPercentage
- the new applicable tax percentageCopyright © 2014-2018 Konik.io. All Rights Reserved.