Class FilingsCheckupAuthorityModel

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

public class FilingsCheckupAuthorityModel
extends java.lang.Object
Cycle Safe Expiration results.
  • Constructor Summary

    Constructors 
    Constructor Description
    FilingsCheckupAuthorityModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getJurisdictionId()
    Getter for jurisdictionId Jurisdiction Id of the tax authority
    java.lang.String getLocationCode()
    Getter for locationCode Location Code of the tax authority
    java.util.ArrayList<FilingsCheckupSuggestedFormModel> getSuggestedForms()
    Getter for suggestedForms Suggested forms to file due to tax collected
    java.math.BigDecimal getTax()
    Getter for tax Amount of tax collected in this tax authority
    java.lang.Integer getTaxAuthorityId()
    Getter for taxAuthorityId Unique ID of the tax authority
    java.lang.String getTaxAuthorityName()
    Getter for taxAuthorityName Name of the tax authority
    java.lang.Integer getTaxAuthorityTypeId()
    Getter for taxAuthorityTypeId Type Id of the tax authority
    java.lang.String getTaxTypeId()
    Getter for taxTypeId Tax Type collected in the tax authority
    void setJurisdictionId​(java.lang.Integer value)
    Setter for jurisdictionId Jurisdiction Id of the tax authority
    void setLocationCode​(java.lang.String value)
    Setter for locationCode Location Code of the tax authority
    void setSuggestedForms​(java.util.ArrayList<FilingsCheckupSuggestedFormModel> value)
    Setter for suggestedForms Suggested forms to file due to tax collected
    void setTax​(java.math.BigDecimal value)
    Setter for tax Amount of tax collected in this tax authority
    void setTaxAuthorityId​(java.lang.Integer value)
    Setter for taxAuthorityId Unique ID of the tax authority
    void setTaxAuthorityName​(java.lang.String value)
    Setter for taxAuthorityName Name of the tax authority
    void setTaxAuthorityTypeId​(java.lang.Integer value)
    Setter for taxAuthorityTypeId Type Id of the tax authority
    void setTaxTypeId​(java.lang.String value)
    Setter for taxTypeId Tax Type collected in the tax authority
    java.lang.String toString()
    Returns a JSON string representation of FilingsCheckupAuthorityModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getTaxAuthorityId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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