Class TaxAuthorityFormModel

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

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

    • TaxAuthorityFormModel

      public TaxAuthorityFormModel()
  • Method Details

    • getTaxAuthorityId

      public Integer getTaxAuthorityId()
      Getter for taxAuthorityId The unique ID number of the tax authority.
    • setTaxAuthorityId

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

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

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

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