Class TaxRegionModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxRegionModel
The tax region model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
Getter for city The name of the city.getCode()
Getter for code The code of the tax region.Getter for country Name or ISO 3166 code identifying the country of this jurisdiction.Getter for county The name of the county.Getter for createDate The date this tax region was created.Getter for effectiveDate The date this tax region starts to take effect.Getter for endDate The date this tax region stops to take effect.Getter for foodSERCode Food SER CodegetId()
Getter for id The id of the tax region.getIsAcm()
Getter for isAcm Is Acm flag.getIsSst()
Getter for isSst Is SST flag.Getter for jurisdictions List of jurisdictions associated with this tax region.Getter for modifiedDate The date this tax region was modified.getName()
Getter for name The name of the tax region.Getter for region Name or ISO 3166 code identifying the region within the country.Getter for serCode The ser code.Getter for signatureCode The tax region signature code.void
Setter for city The name of the city.void
Setter for code The code of the tax region.void
setCountry
(String value) Setter for country Name or ISO 3166 code identifying the country of this jurisdiction.void
Setter for county The name of the county.void
setCreateDate
(Date value) Setter for createDate The date this tax region was created.void
setEffectiveDate
(Date value) Setter for effectiveDate The date this tax region starts to take effect.void
setEndDate
(Date value) Setter for endDate The date this tax region stops to take effect.void
setFoodSERCode
(String value) Setter for foodSERCode Food SER Codevoid
Setter for id The id of the tax region.void
Setter for isAcm Is Acm flag.void
Setter for isSst Is SST flag.void
Setter for jurisdictions List of jurisdictions associated with this tax region.void
setModifiedDate
(Date value) Setter for modifiedDate The date this tax region was modified.void
Setter for name The name of the tax region.void
Setter for region Name or ISO 3166 code identifying the region within the country.void
setSerCode
(String value) Setter for serCode The ser code.void
setSignatureCode
(String value) Setter for signatureCode The tax region signature code.toString()
Returns a JSON string representation of TaxRegionModel
-
Constructor Details
-
TaxRegionModel
public TaxRegionModel()
-
-
Method Details
-
getId
Getter for id The id of the tax region. -
setId
Setter for id The id of the tax region. -
getCode
Getter for code The code of the tax region. -
setCode
Setter for code The code of the tax region. -
getName
Getter for name The name of the tax region. -
setName
Setter for name The name of the tax region. -
getCounty
Getter for county The name of the county. -
setCounty
Setter for county The name of the county. -
getCity
Getter for city The name of the city. -
setCity
Setter for city The name of the city. -
getRegion
Getter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
setRegion
Setter for region Name or ISO 3166 code identifying the region within the country. This field supports many different region identifiers: * Two and three character ISO 3166 region codes * Fully spelled out names of the region in ISO supported languages * Common alternative spellings for many regions For a full list of all supported codes and names, please see the Definitions API `ListRegions`. -
getCountry
Getter for country Name or ISO 3166 code identifying the country of this jurisdiction. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
setCountry
Setter for country Name or ISO 3166 code identifying the country of this jurisdiction. This field supports many different country identifiers: * Two character ISO 3166 codes * Three character ISO 3166 codes * Fully spelled out names of the country in ISO supported languages * Common alternative spellings for many countries For a full list of all supported codes and names, please see the Definitions API `ListCountries`. -
getSerCode
Getter for serCode The ser code. -
setSerCode
Setter for serCode The ser code. -
getSignatureCode
Getter for signatureCode The tax region signature code. -
setSignatureCode
Setter for signatureCode The tax region signature code. -
getEffectiveDate
Getter for effectiveDate The date this tax region starts to take effect. -
setEffectiveDate
Setter for effectiveDate The date this tax region starts to take effect. -
getEndDate
Getter for endDate The date this tax region stops to take effect. -
setEndDate
Setter for endDate The date this tax region stops to take effect. -
getIsAcm
Getter for isAcm Is Acm flag. -
setIsAcm
Setter for isAcm Is Acm flag. -
getIsSst
Getter for isSst Is SST flag. -
setIsSst
Setter for isSst Is SST flag. -
getJurisdictions
Getter for jurisdictions List of jurisdictions associated with this tax region. -
setJurisdictions
Setter for jurisdictions List of jurisdictions associated with this tax region. -
getCreateDate
Getter for createDate The date this tax region was created. -
setCreateDate
Setter for createDate The date this tax region was created. -
getModifiedDate
Getter for modifiedDate The date this tax region was modified. -
setModifiedDate
Setter for modifiedDate The date this tax region was modified. -
getFoodSERCode
Getter for foodSERCode Food SER Code -
setFoodSERCode
Setter for foodSERCode Food SER Code -
toString
Returns a JSON string representation of TaxRegionModel
-