public static class Detallista.LineItem.TradeItemTaxInformation.TradeItemTaxAmount extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="taxPercentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="taxAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
taxAmount |
protected BigDecimal |
taxPercentage |
Constructor and Description |
---|
TradeItemTaxAmount() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getTaxAmount()
Gets the value of the taxAmount property.
|
BigDecimal |
getTaxPercentage()
Gets the value of the taxPercentage property.
|
void |
setTaxAmount(BigDecimal value)
Sets the value of the taxAmount property.
|
void |
setTaxPercentage(BigDecimal value)
Sets the value of the taxPercentage property.
|
protected BigDecimal taxPercentage
protected BigDecimal taxAmount
public BigDecimal getTaxPercentage()
BigDecimal
public void setTaxPercentage(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getTaxAmount()
BigDecimal
public void setTaxAmount(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2010–2018. All rights reserved.