Class FilingsCheckupAuthorityModel

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

public class FilingsCheckupAuthorityModel extends Object
Cycle Safe Expiration results.
  • Constructor Details

    • FilingsCheckupAuthorityModel

      public FilingsCheckupAuthorityModel()
  • Method Details

    • getTaxAuthorityId

      public Integer getTaxAuthorityId()
      Getter for taxAuthorityId Unique ID of the tax authority
    • setTaxAuthorityId

      public void setTaxAuthorityId(Integer value)
      Setter for taxAuthorityId Unique ID of the tax authority
    • getLocationCode

      public String getLocationCode()
      Getter for locationCode Location Code of the tax authority
    • setLocationCode

      public void setLocationCode(String value)
      Setter for locationCode Location Code of the tax authority
    • getTaxAuthorityName

      public String getTaxAuthorityName()
      Getter for taxAuthorityName Name of the tax authority
    • setTaxAuthorityName

      public void setTaxAuthorityName(String value)
      Setter for taxAuthorityName Name of the tax authority
    • getTaxAuthorityTypeId

      public Integer getTaxAuthorityTypeId()
      Getter for taxAuthorityTypeId Type Id of the tax authority
    • setTaxAuthorityTypeId

      public void setTaxAuthorityTypeId(Integer value)
      Setter for taxAuthorityTypeId Type Id of the tax authority
    • getJurisdictionId

      public Integer getJurisdictionId()
      Getter for jurisdictionId Jurisdiction Id of the tax authority
    • setJurisdictionId

      public void setJurisdictionId(Integer value)
      Setter for jurisdictionId Jurisdiction Id of the tax authority
    • getTax

      public BigDecimal getTax()
      Getter for tax Amount of tax collected in this tax authority
    • setTax

      public void setTax(BigDecimal value)
      Setter for tax Amount of tax collected in this tax authority
    • getTaxTypeId

      public String getTaxTypeId()
      Getter for taxTypeId Tax Type collected in the tax authority
    • setTaxTypeId

      public void setTaxTypeId(String value)
      Setter for taxTypeId Tax Type collected in the tax authority
    • getSuggestedForms

      public ArrayList<FilingsCheckupSuggestedFormModel> getSuggestedForms()
      Getter for suggestedForms Suggested forms to file due to tax collected
    • setSuggestedForms

      public void setSuggestedForms(ArrayList<FilingsCheckupSuggestedFormModel> value)
      Setter for suggestedForms Suggested forms to file due to tax collected
    • toString

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