Class TaxAuthorityFormModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxAuthorityFormModel
Represents a form that can be filed with a tax authority.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for formName The form name of the form for this tax authority.Getter for taxAuthorityId The unique ID number of the tax authority.void
setFormName
(String value) Setter for formName The form name of the form for this tax authority.void
setTaxAuthorityId
(Integer value) Setter for taxAuthorityId The unique ID number of the tax authority.toString()
Returns a JSON string representation of TaxAuthorityFormModel
-
Constructor Details
-
TaxAuthorityFormModel
public TaxAuthorityFormModel()
-
-
Method Details
-
getTaxAuthorityId
Getter for taxAuthorityId The unique ID number of the tax authority. -
setTaxAuthorityId
Setter for taxAuthorityId The unique ID number of the tax authority. -
getFormName
Getter for formName The form name of the form for this tax authority. -
setFormName
Setter for formName The form name of the form for this tax authority. -
toString
Returns a JSON string representation of TaxAuthorityFormModel
-