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.voidSetter for city The jurisdiction's city.voidsetCountry(String value) Setter for country The jurisdiction's country.voidSetter for county The jurisdiction's county.voidsetEffectiveDate(Date value) Setter for effectiveDate The jurisdiction's effective date.voidsetEndDate(Date value) Setter for endDate The jurisdiction's end date.voidSetter for isAcm Is Acm flagvoidSetter for isSst Is Sst flagvoidsetJurisCode(String value) Setter for jurisCode The jurisdiction's code.voidsetJurisdictionId(Integer value) Setter for jurisdictionId The jurisdiction's id.voidsetJurisName(String value) Setter for jurisName The jurisdiction's name.voidsetJurisType(JurisdictionType value) Setter for jurisType The jurisdiction's type.voidSetter for state The jurisdiction's region.voidsetStateAssignedCode(String value) Setter for stateAssignedCode The state assigned code.voidsetTaxAuthorityId(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
-