Class TaxRateModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxRateModel
Contains information about the general tangible personal property sales tax rates for this jurisdiction.
This rate is calculated by making assumptions about the tax calculation process. It does not account for:
* Sourcing rules, such as origin-and-destination based transactions.
* Product taxability rules, such as different tax rates for different product types.
* Nexus declarations, where some customers are not obligated to collect tax in specific jurisdictions.
* Tax thresholds and rate differences by amounts.
* And many more custom use cases.
To upgrade to a fully-featured and accurate tax process that handles these scenarios correctly, please
contact Avalara to upgrade to AvaTax!
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRates()
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.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
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
(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.toString()
Returns a JSON string representation of TaxRateModel
-
Constructor Details
-
TaxRateModel
public TaxRateModel()
-
-
Method Details
-
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. -
setTotalRate
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. -
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. -
setRates
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. -
toString
Returns a JSON string representation of TaxRateModel
-