Class ComplianceJurisdictionModel

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

public class ComplianceJurisdictionModel extends Object
Model for distinct jurisdictions.
  • Constructor Details

    • ComplianceJurisdictionModel

      public ComplianceJurisdictionModel()
  • Method Details

    • getTaxRegionId

      public Integer getTaxRegionId()
      Getter for taxRegionId The id of the tax region.
    • setTaxRegionId

      public void setTaxRegionId(Integer value)
      Setter for taxRegionId The id of the tax region.
    • getStateAssignedCode

      public String getStateAssignedCode()
      Getter for stateAssignedCode The state assigned code for the jurisdiction.
    • setStateAssignedCode

      public void setStateAssignedCode(String value)
      Setter for stateAssignedCode The state assigned code for the jurisdiction.
    • getJurisdictionTypeId

      public String getJurisdictionTypeId()
      Getter for jurisdictionTypeId The type of the jurisdiction, indicating whether it is a country, state/region, city, for example.
    • setJurisdictionTypeId

      public void setJurisdictionTypeId(String value)
      Setter for jurisdictionTypeId The type of the jurisdiction, indicating whether it is a country, state/region, city, for example.
    • getName

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

      public void setName(String value)
      Setter for name The name of the jurisdiction.
    • 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`.
    • getTaxRegionName

      public String getTaxRegionName()
      Getter for taxRegionName The name of the tax region.
    • setTaxRegionName

      public void setTaxRegionName(String value)
      Setter for taxRegionName The name of the tax region.
    • getTaxAuthorityId

      public Integer getTaxAuthorityId()
      Getter for taxAuthorityId The id of the tax authority.
    • setTaxAuthorityId

      public void setTaxAuthorityId(Integer value)
      Setter for taxAuthorityId The id of the tax authority.
    • getRates

      Getter for rates Optional: A list of rates for this jurisdiction. To fetch this list, add the query string `?$include=TaxRates` to your URL.
    • setRates

      public void setRates(ArrayList<ComplianceAggregatedTaxRateModel> value)
      Setter for rates Optional: A list of rates for this jurisdiction. To fetch this list, add the query string `?$include=TaxRates` to your URL.
    • toString

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