Class JurisdictionOverrideModel
java.lang.Object
net.avalara.avatax.rest.client.models.JurisdictionOverrideModel
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 -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The unique ID number assigned to this account.Getter for boundaryLevel The boundary level of this overridegetCity()
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.getId()
Getter for id The unique ID number of this override.Getter for isDefault True if this is a default boundaryGetter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address.getLine1()
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
setAccountId
(Integer value) Setter for accountId The unique ID number assigned to this account.void
setBoundaryLevel
(BoundaryLevel value) Setter for boundaryLevel The boundary level of this overridevoid
Setter for city The city address of the physical location affected by this override.void
setCountry
(String value) Setter for country The two character ISO-3166 country code of the country affected by this override.void
setCreatedDate
(Date value) Setter for createdDate The date when this record was created.void
setCreatedUserId
(Integer value) Setter for createdUserId The User ID of the user who created this record.void
setDescription
(String value) Setter for description A description of why this jurisdiction override was created.void
setEffectiveDate
(Date value) Setter for effectiveDate The date when this override first takes effect.void
setEndDate
(Date value) Setter for endDate The date when this override will cease to take effect.void
Setter for id The unique ID number of this override.void
setIsDefault
(Boolean value) Setter for isDefault True if this is a default boundaryvoid
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
setModifiedDate
(Date value) Setter for modifiedDate The date/time when this record was last modified.void
setModifiedUserId
(Integer value) Setter for modifiedUserId The user ID of the user who last modified this record.void
setPostalCode
(String value) 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
setTaxRegionId
(Integer value) Setter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override.toString()
Returns a JSON string representation of JurisdictionOverrideModel
-
Constructor Details
-
JurisdictionOverrideModel
public JurisdictionOverrideModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this override. -
setId
Setter for id The unique ID number of this override. -
getAccountId
Getter for accountId The unique ID number assigned to this account. -
setAccountId
Setter for accountId The unique ID number assigned to this account. -
getDescription
Getter for description A description of why this jurisdiction override was created. -
setDescription
Setter for description A description of why this jurisdiction override was created. -
getLine1
Getter for line1 The street address of the physical location affected by this override. -
setLine1
Setter for line1 The street address of the physical location affected by this override. -
getCity
Getter for city The city address of the physical location affected by this override. -
setCity
Setter for city The city address of the physical location affected by this override. -
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
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
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
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
Getter for postalCode The postal code of the physical location affected by this override. -
setPostalCode
Setter for postalCode The postal code of the physical location affected by this override. -
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
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
Getter for endDate The date when this override will cease to take effect. Set this value to null to never expire. -
setEndDate
Setter for endDate The date when this override will cease to take effect. Set this value to null to never expire. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
getCreatedUserId
Getter for createdUserId The User ID of the user who created this record. -
setCreatedUserId
Setter for createdUserId The User ID of the user who created this record. -
getModifiedDate
Getter for modifiedDate The date/time when this record was last modified. -
setModifiedDate
Setter for modifiedDate The date/time when this record was last modified. -
getModifiedUserId
Getter for modifiedUserId The user ID of the user who last modified this record. -
setModifiedUserId
Setter for modifiedUserId The user ID of the user who last modified this record. -
getJurisdictions
Getter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address. -
setJurisdictions
Setter for jurisdictions A list of the tax jurisdictions that will be assigned to this overridden address. -
getTaxRegionId
Getter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override. -
setTaxRegionId
Setter for taxRegionId The TaxRegionId of the new location affected by this jurisdiction override. -
getBoundaryLevel
Getter for boundaryLevel The boundary level of this override -
setBoundaryLevel
Setter for boundaryLevel The boundary level of this override -
getIsDefault
Getter for isDefault True if this is a default boundary -
setIsDefault
Setter for isDefault True if this is a default boundary -
toString
Returns a JSON string representation of JurisdictionOverrideModel
-