Class RateModel
java.lang.Object
net.avalara.avatax.rest.client.models.RateModel
Indicates one element of a sales tax rate.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Getter for name A readable name of the tax or taxing jurisdiction related to this tax rate.getRate()
Getter for rate The sales tax rate for general tangible personal property in this jurisdiction.getType()
Getter for type The type of jurisdiction associated with this tax rate.void
Setter for name A readable name of the tax or taxing jurisdiction related to this tax rate.void
setRate
(BigDecimal value) Setter for rate The sales tax rate for general tangible personal property in this jurisdiction.void
setType
(JurisdictionType value) Setter for type The type of jurisdiction associated with this tax rate.toString()
Returns a JSON string representation of RateModel
-
Constructor Details
-
RateModel
public RateModel()
-
-
Method Details
-
getRate
Getter for rate The sales tax rate for general tangible personal property in this jurisdiction. -
setRate
Setter for rate The sales tax rate for general tangible personal property in this jurisdiction. -
getName
Getter for name A readable name of the tax or taxing jurisdiction related to this tax rate. -
setName
Setter for name A readable name of the tax or taxing jurisdiction related to this tax rate. -
getType
Getter for type The type of jurisdiction associated with this tax rate. -
setType
Setter for type The type of jurisdiction associated with this tax rate. -
toString
Returns a JSON string representation of RateModel
-