Class JurisdictionOverrideModel

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

public class JurisdictionOverrideModel extends Object
Represents an override of tax jurisdictions for a specific address. During the time period represented by EffDate through EndDate, all tax decisions for addresses matching this override object will be assigned to the list of jurisdictions designated in this object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for accountId The unique ID number assigned to this account.
    Getter for boundaryLevel The boundary level of this override
    Getter for city The city address of the physical location affected by this override.
    Getter for country The two character ISO-3166 country code of the country affected by this override.
    Getter for createdDate The date when this record was created.
    Getter for createdUserId The User ID of the user who created this record.
    Getter for description A description of why this jurisdiction override was created.
    Getter for effectiveDate The date when this override first takes effect.
    Getter for endDate The date when this override will cease to take effect.
    Getter for id The unique ID number of this override.
    Getter for isDefault True if this is a default boundary
    Getter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address.
    Getter for line1 The street address of the physical location affected by this override.
    Getter for modifiedDate The date/time when this record was last modified.
    Getter for modifiedUserId The user ID of the user who last modified this record.
    Getter for postalCode The postal code of the physical location affected by this override.
    Getter for region Name or ISO 3166 code identifying the region within the country to be affected by this override.
    Getter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override.
    void
    Setter for accountId The unique ID number assigned to this account.
    void
    Setter for boundaryLevel The boundary level of this override
    void
    setCity(String value)
    Setter for city The city address of the physical location affected by this override.
    void
    Setter for country The two character ISO-3166 country code of the country affected by this override.
    void
    Setter for createdDate The date when this record was created.
    void
    Setter for createdUserId The User ID of the user who created this record.
    void
    Setter for description A description of why this jurisdiction override was created.
    void
    Setter for effectiveDate The date when this override first takes effect.
    void
    Setter for endDate The date when this override will cease to take effect.
    void
    setId(Integer value)
    Setter for id The unique ID number of this override.
    void
    Setter for isDefault True if this is a default boundary
    void
    Setter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address.
    void
    Setter for line1 The street address of the physical location affected by this override.
    void
    Setter for modifiedDate The date/time when this record was last modified.
    void
    Setter for modifiedUserId The user ID of the user who last modified this record.
    void
    Setter for postalCode The postal code of the physical location affected by this override.
    void
    Setter for region Name or ISO 3166 code identifying the region within the country to be affected by this override.
    void
    Setter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override.
    Returns a JSON string representation of JurisdictionOverrideModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • JurisdictionOverrideModel

      public JurisdictionOverrideModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this override.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this override.
    • getAccountId

      public Integer getAccountId()
      Getter for accountId The unique ID number assigned to this account.
    • setAccountId

      public void setAccountId(Integer value)
      Setter for accountId The unique ID number assigned to this account.
    • getDescription

      public String getDescription()
      Getter for description A description of why this jurisdiction override was created.
    • setDescription

      public void setDescription(String value)
      Setter for description A description of why this jurisdiction override was created.
    • getLine1

      public String getLine1()
      Getter for line1 The street address of the physical location affected by this override.
    • setLine1

      public void setLine1(String value)
      Setter for line1 The street address of the physical location affected by this override.
    • getCity

      public String getCity()
      Getter for city The city address of the physical location affected by this override.
    • setCity

      public void setCity(String value)
      Setter for city The city address of the physical location affected by this override.
    • getRegion

      public String getRegion()
      Getter for region Name or ISO 3166 code identifying the region within the country to be affected by this override. Note that only United States addresses are affected by the jurisdiction override system. 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 to be affected by this override. Note that only United States addresses are affected by the jurisdiction override system. 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 The two character ISO-3166 country code of the country affected by this override. Note that only United States addresses are affected by the jurisdiction override system.
    • setCountry

      public void setCountry(String value)
      Setter for country The two character ISO-3166 country code of the country affected by this override. Note that only United States addresses are affected by the jurisdiction override system.
    • getPostalCode

      public String getPostalCode()
      Getter for postalCode The postal code of the physical location affected by this override.
    • setPostalCode

      public void setPostalCode(String value)
      Setter for postalCode The postal code of the physical location affected by this override.
    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate The date when this override first takes effect. Set this value to null to affect all dates up to the end date.
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate The date when this override first takes effect. Set this value to null to affect all dates up to the end date.
    • getEndDate

      public Date getEndDate()
      Getter for endDate The date when this override will cease to take effect. Set this value to null to never expire.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The date when this override will cease to take effect. Set this value to null to never expire.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record.
    • getJurisdictions

      public ArrayList<JurisdictionModel> getJurisdictions()
      Getter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address.
    • setJurisdictions

      public void setJurisdictions(ArrayList<JurisdictionModel> value)
      Setter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address.
    • getTaxRegionId

      public Integer getTaxRegionId()
      Getter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override.
    • setTaxRegionId

      public void setTaxRegionId(Integer value)
      Setter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override.
    • getBoundaryLevel

      public BoundaryLevel getBoundaryLevel()
      Getter for boundaryLevel The boundary level of this override
    • setBoundaryLevel

      public void setBoundaryLevel(BoundaryLevel value)
      Setter for boundaryLevel The boundary level of this override
    • getIsDefault

      public Boolean getIsDefault()
      Getter for isDefault True if this is a default boundary
    • setIsDefault

      public void setIsDefault(Boolean value)
      Setter for isDefault True if this is a default boundary
    • toString

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