public class RateModel
extends java.lang.Object
Constructor and Description |
---|
RateModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Getter for name
A readable name of the tax or taxing jurisdiction related to this tax rate.
|
java.math.BigDecimal |
getRate()
Getter for rate
The sales tax rate for general tangible personal property in this jurisdiction.
|
JurisdictionType |
getType()
Getter for type
The type of jurisdiction associated with this tax rate.
|
void |
setName(java.lang.String value)
Setter for name
A readable name of the tax or taxing jurisdiction related to this tax rate.
|
void |
setRate(java.math.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.
|
java.lang.String |
toString()
Returns a JSON string representation of RateModel
|
public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal value)
public java.lang.String getName()
public void setName(java.lang.String value)
public JurisdictionType getType()
public void setType(JurisdictionType value)
public java.lang.String toString()
toString
in class java.lang.Object