Class DenormalizedJurisModel
java.lang.Object
net.avalara.avatax.rest.client.models.DenormalizedJurisModel
Represents information about a single legal taxing jurisdiction within a specific Avalara tax region.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()
Getter for city The jurisdiction's city.Getter for country The jurisdiction's country.Getter for county The jurisdiction's county.Getter for effectiveDate The jurisdiction's effective date.Getter for endDate The jurisdiction's end date.getIsAcm()
Getter for isAcm Is Acm flaggetIsSst()
Getter for isSst Is Sst flagGetter for jurisCode The jurisdiction's code.Getter for jurisdictionId The jurisdiction's id.Getter for jurisName The jurisdiction's name.Getter for jurisType The jurisdiction's type.getState()
Getter for state The jurisdiction's region.Getter for stateAssignedCode The state assigned code.Getter for taxAuthorityId The id of the tax authority.void
Setter for city The jurisdiction's city.void
setCountry
(String value) Setter for country The jurisdiction's country.void
Setter for county The jurisdiction's county.void
setEffectiveDate
(Date value) Setter for effectiveDate The jurisdiction's effective date.void
setEndDate
(Date value) Setter for endDate The jurisdiction's end date.void
Setter for isAcm Is Acm flagvoid
Setter for isSst Is Sst flagvoid
setJurisCode
(String value) Setter for jurisCode The jurisdiction's code.void
setJurisdictionId
(Integer value) Setter for jurisdictionId The jurisdiction's id.void
setJurisName
(String value) Setter for jurisName The jurisdiction's name.void
setJurisType
(JurisdictionType value) Setter for jurisType The jurisdiction's type.void
Setter for state The jurisdiction's region.void
setStateAssignedCode
(String value) Setter for stateAssignedCode The state assigned code.void
setTaxAuthorityId
(Integer value) Setter for taxAuthorityId The id of the tax authority.toString()
Returns a JSON string representation of DenormalizedJurisModel
-
Constructor Details
-
DenormalizedJurisModel
public DenormalizedJurisModel()
-
-
Method Details
-
getEffectiveDate
Getter for effectiveDate The jurisdiction's effective date. -
setEffectiveDate
Setter for effectiveDate The jurisdiction's effective date. -
getEndDate
Getter for endDate The jurisdiction's end date. -
setEndDate
Setter for endDate The jurisdiction's end date. -
getJurisCode
Getter for jurisCode The jurisdiction's code. -
setJurisCode
Setter for jurisCode The jurisdiction's code. -
getJurisdictionId
Getter for jurisdictionId The jurisdiction's id. -
setJurisdictionId
Setter for jurisdictionId The jurisdiction's id. -
getJurisType
Getter for jurisType The jurisdiction's type. -
setJurisType
Setter for jurisType The jurisdiction's type. -
getJurisName
Getter for jurisName The jurisdiction's name. -
setJurisName
Setter for jurisName The jurisdiction's name. -
getStateAssignedCode
Getter for stateAssignedCode The state assigned code. -
setStateAssignedCode
Setter for stateAssignedCode The state assigned code. -
getTaxAuthorityId
Getter for taxAuthorityId The id of the tax authority. -
setTaxAuthorityId
Setter for taxAuthorityId The id of the tax authority. -
getState
Getter for state The jurisdiction's region. This should exist on the TaxRegion, but in practice often doesn't. -
setState
Setter for state The jurisdiction's region. This should exist on the TaxRegion, but in practice often doesn't. -
getCountry
Getter for country The jurisdiction's country. This should exist on the TaxRegion, but in practice often doesn't. -
setCountry
Setter for country The jurisdiction's country. This should exist on the TaxRegion, but in practice often doesn't. -
getCounty
Getter for county The jurisdiction's county. This should exist on the TaxRegion, but in practice often doesn't. -
setCounty
Setter for county The jurisdiction's county. This should exist on the TaxRegion, but in practice often doesn't. -
getCity
Getter for city The jurisdiction's city. This should exist on the TaxRegion, but in practice often doesn't. -
setCity
Setter for city The jurisdiction's city. This should exist on the TaxRegion, but in practice often doesn't. -
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 -
toString
Returns a JSON string representation of DenormalizedJurisModel
-