Class TaxRegionModel

java.lang.Object
net.avalara.avatax.rest.client.models.TaxRegionModel

public class TaxRegionModel extends Object
The tax region model.
  • Constructor Details

    • TaxRegionModel

      public TaxRegionModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The id of the tax region.
    • setId

      public void setId(Integer value)
      Setter for id The id of the tax region.
    • getCode

      public String getCode()
      Getter for code The code of the tax region.
    • setCode

      public void setCode(String value)
      Setter for code The code of the tax region.
    • getName

      public String getName()
      Getter for name The name of the tax region.
    • setName

      public void setName(String value)
      Setter for name The name of the tax region.
    • getCounty

      public String getCounty()
      Getter for county The name of the county.
    • setCounty

      public void setCounty(String value)
      Setter for county The name of the county.
    • getCity

      public String getCity()
      Getter for city The name of the city.
    • setCity

      public void setCity(String value)
      Setter for city The name of the city.
    • getRegion

      public String 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

      public void setRegion(String value)
      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

      public String 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

      public void setCountry(String value)
      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

      public String getSerCode()
      Getter for serCode The ser code.
    • setSerCode

      public void setSerCode(String value)
      Setter for serCode The ser code.
    • getSignatureCode

      public String getSignatureCode()
      Getter for signatureCode The tax region signature code.
    • setSignatureCode

      public void setSignatureCode(String value)
      Setter for signatureCode The tax region signature code.
    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate The date this tax region starts to take effect.
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate The date this tax region starts to take effect.
    • getEndDate

      public Date getEndDate()
      Getter for endDate The date this tax region stops to take effect.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The date this tax region stops to take effect.
    • getIsAcm

      public Boolean getIsAcm()
      Getter for isAcm Is Acm flag.
    • setIsAcm

      public void setIsAcm(Boolean value)
      Setter for isAcm Is Acm flag.
    • getIsSst

      public Boolean getIsSst()
      Getter for isSst Is SST flag.
    • setIsSst

      public void setIsSst(Boolean value)
      Setter for isSst Is SST flag.
    • getJurisdictions

      public ArrayList<DenormalizedJurisModel> getJurisdictions()
      Getter for jurisdictions List of jurisdictions associated with this tax region.
    • setJurisdictions

      public void setJurisdictions(ArrayList<DenormalizedJurisModel> value)
      Setter for jurisdictions List of jurisdictions associated with this tax region.
    • getCreateDate

      public Date getCreateDate()
      Getter for createDate The date this tax region was created.
    • setCreateDate

      public void setCreateDate(Date value)
      Setter for createDate The date this tax region was created.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date this tax region was modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date this tax region was modified.
    • getFoodSERCode

      public String getFoodSERCode()
      Getter for foodSERCode Food SER Code
    • setFoodSERCode

      public void setFoodSERCode(String value)
      Setter for foodSERCode Food SER Code
    • toString

      public String toString()
      Returns a JSON string representation of TaxRegionModel
      Overrides:
      toString in class Object