public class TaxRateModel
extends java.lang.Object
Constructor and Description |
---|
TaxRateModel() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<RateModel> |
getRates()
Getter for rates
The list of individual rate elements for general tangible personal property sold at a retail
point of presence in this jurisdiction on this date.
|
java.math.BigDecimal |
getTotalRate()
Getter for totalRate
The total sales tax rate for general tangible personal property sold at a retail point of presence
in this jurisdiction on this date.
|
void |
setRates(java.util.ArrayList<RateModel> value)
Setter for rates
The list of individual rate elements for general tangible personal property sold at a retail
point of presence in this jurisdiction on this date.
|
void |
setTotalRate(java.math.BigDecimal value)
Setter for totalRate
The total sales tax rate for general tangible personal property sold at a retail point of presence
in this jurisdiction on this date.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxRateModel
|
public java.math.BigDecimal getTotalRate()
public void setTotalRate(java.math.BigDecimal value)
public java.util.ArrayList<RateModel> getRates()
public void setRates(java.util.ArrayList<RateModel> value)
public java.lang.String toString()
toString
in class java.lang.Object