Class DenormalizedJurisModel

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

public class DenormalizedJurisModel extends Object
Represents information about a single legal taxing jurisdiction within a specific Avalara tax region.
  • Constructor Details

    • DenormalizedJurisModel

      public DenormalizedJurisModel()
  • Method Details

    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate The jurisdiction's effective date.
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate The jurisdiction's effective date.
    • getEndDate

      public Date getEndDate()
      Getter for endDate The jurisdiction's end date.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate The jurisdiction's end date.
    • getJurisCode

      public String getJurisCode()
      Getter for jurisCode The jurisdiction's code.
    • setJurisCode

      public void setJurisCode(String value)
      Setter for jurisCode The jurisdiction's code.
    • getJurisdictionId

      public Integer getJurisdictionId()
      Getter for jurisdictionId The jurisdiction's id.
    • setJurisdictionId

      public void setJurisdictionId(Integer value)
      Setter for jurisdictionId The jurisdiction's id.
    • getJurisType

      public JurisdictionType getJurisType()
      Getter for jurisType The jurisdiction's type.
    • setJurisType

      public void setJurisType(JurisdictionType value)
      Setter for jurisType The jurisdiction's type.
    • getJurisName

      public String getJurisName()
      Getter for jurisName The jurisdiction's name.
    • setJurisName

      public void setJurisName(String value)
      Setter for jurisName The jurisdiction's name.
    • getStateAssignedCode

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

      public void setStateAssignedCode(String value)
      Setter for stateAssignedCode The state assigned code.
    • 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.
    • getState

      public String getState()
      Getter for state The jurisdiction's region. This should exist on the TaxRegion, but in practice often doesn't.
    • setState

      public void setState(String value)
      Setter for state The jurisdiction's region. This should exist on the TaxRegion, but in practice often doesn't.
    • getCountry

      public String getCountry()
      Getter for country The jurisdiction's country. This should exist on the TaxRegion, but in practice often doesn't.
    • setCountry

      public void setCountry(String value)
      Setter for country The jurisdiction's country. This should exist on the TaxRegion, but in practice often doesn't.
    • getCounty

      public String getCounty()
      Getter for county The jurisdiction's county. This should exist on the TaxRegion, but in practice often doesn't.
    • setCounty

      public void setCounty(String value)
      Setter for county The jurisdiction's county. This should exist on the TaxRegion, but in practice often doesn't.
    • getCity

      public String getCity()
      Getter for city The jurisdiction's city. This should exist on the TaxRegion, but in practice often doesn't.
    • setCity

      public void setCity(String value)
      Setter for city The jurisdiction's city. This should exist on the TaxRegion, but in practice often doesn't.
    • getIsAcm

      public Boolean getIsAcm()
      Getter for isAcm Is Acm flag
    • setIsAcm

      public void setIsAcm(Boolean value)
      Setter for isAcm Is Acm flag
    • getIsSst

      public Boolean getIsSst()
      Getter for isSst Is Sst flag
    • setIsSst

      public void setIsSst(Boolean value)
      Setter for isSst Is Sst flag
    • toString

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