public class JurisdictionModel
extends java.lang.Object
Constructor and Description |
---|
JurisdictionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
Getter for city
The city name of this jurisdiction
|
java.lang.String |
getCode()
Getter for code
The code that is used to identify this jurisdiction
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
java.lang.String |
getCounty()
Getter for county
The county name of this jurisdiction
|
java.lang.String |
getCountyFips()
Getter for countyFips
County FIPS code
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date this jurisdiction starts to take effect on tax calculations
|
java.util.Date |
getEndDate()
Getter for endDate
The date this jurisdiction stops to take effect on tax calculations
|
java.lang.Integer |
getId()
Getter for id
Unique AvaTax Id of this Jurisdiction
|
java.lang.String |
getName()
Getter for name
The name of this jurisdiction
|
java.lang.String |
getPlaceFips()
Getter for placeFips
City FIPS code
|
java.math.BigDecimal |
getRate()
Getter for rate
The base rate of tax specific to this jurisdiction.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
java.math.BigDecimal |
getSalesRate()
Getter for salesRate
The "Sales" tax rate specific to this jurisdiction.
|
java.lang.String |
getShortName()
Getter for shortName
A short name of the jurisidiction
|
java.lang.String |
getSignatureCode()
Getter for signatureCode
The Avalara-supplied signature code for this jurisdiction.
|
java.lang.String |
getStateFips()
Getter for stateFips
State FIPS code
|
JurisdictionType |
getType()
Getter for type
The type of the jurisdiction, indicating whether it is a country, state/region, city, for example.
|
java.math.BigDecimal |
getUseRate()
Getter for useRate
The "Seller's Use" tax rate specific to this jurisdiction.
|
void |
setCity(java.lang.String value)
Setter for city
The city name of this jurisdiction
|
void |
setCode(java.lang.String value)
Setter for code
The code that is used to identify this jurisdiction
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
void |
setCounty(java.lang.String value)
Setter for county
The county name of this jurisdiction
|
void |
setCountyFips(java.lang.String value)
Setter for countyFips
County FIPS code
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date this jurisdiction starts to take effect on tax calculations
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date this jurisdiction stops to take effect on tax calculations
|
void |
setId(java.lang.Integer value)
Setter for id
Unique AvaTax Id of this Jurisdiction
|
void |
setName(java.lang.String value)
Setter for name
The name of this jurisdiction
|
void |
setPlaceFips(java.lang.String value)
Setter for placeFips
City FIPS code
|
void |
setRate(java.math.BigDecimal value)
Setter for rate
The base rate of tax specific to this jurisdiction.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setSalesRate(java.math.BigDecimal value)
Setter for salesRate
The "Sales" tax rate specific to this jurisdiction.
|
void |
setShortName(java.lang.String value)
Setter for shortName
A short name of the jurisidiction
|
void |
setSignatureCode(java.lang.String value)
Setter for signatureCode
The Avalara-supplied signature code for this jurisdiction.
|
void |
setStateFips(java.lang.String value)
Setter for stateFips
State FIPS code
|
void |
setType(JurisdictionType value)
Setter for type
The type of the jurisdiction, indicating whether it is a country, state/region, city, for example.
|
void |
setUseRate(java.math.BigDecimal value)
Setter for useRate
The "Seller's Use" tax rate specific to this jurisdiction.
|
java.lang.String |
toString()
Returns a JSON string representation of JurisdictionModel
|
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public JurisdictionType getType()
public void setType(JurisdictionType value)
public java.math.BigDecimal getRate()
public void setRate(java.math.BigDecimal value)
public java.math.BigDecimal getSalesRate()
public void setSalesRate(java.math.BigDecimal value)
public java.lang.String getSignatureCode()
public void setSignatureCode(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.math.BigDecimal getUseRate()
public void setUseRate(java.math.BigDecimal value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getCounty()
public void setCounty(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getShortName()
public void setShortName(java.lang.String value)
public java.lang.String getStateFips()
public void setStateFips(java.lang.String value)
public java.lang.String getCountyFips()
public void setCountyFips(java.lang.String value)
public java.lang.String getPlaceFips()
public void setPlaceFips(java.lang.String value)
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String toString()
toString
in class java.lang.Object