Class TaxAuthorityFormModel

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

public class TaxAuthorityFormModel
extends java.lang.Object
Represents a form that can be filed with a tax authority.
  • Constructor Summary

    Constructors 
    Constructor Description
    TaxAuthorityFormModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFormName()
    Getter for formName The form name of the form for this tax authority.
    java.lang.Integer getTaxAuthorityId()
    Getter for taxAuthorityId The unique ID number of the tax authority.
    void setFormName​(java.lang.String value)
    Setter for formName The form name of the form for this tax authority.
    void setTaxAuthorityId​(java.lang.Integer value)
    Setter for taxAuthorityId The unique ID number of the tax authority.
    java.lang.String toString()
    Returns a JSON string representation of TaxAuthorityFormModel

    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 The unique ID number of the tax authority.
    • setTaxAuthorityId

      public void setTaxAuthorityId​(java.lang.Integer value)
      Setter for taxAuthorityId The unique ID number of the tax authority.
    • getFormName

      public java.lang.String getFormName()
      Getter for formName The form name of the form for this tax authority.
    • setFormName

      public void setFormName​(java.lang.String value)
      Setter for formName The form name of the form for this tax authority.
    • toString

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