Class CertificateTaxCodeModel
java.lang.Object
net.avalara.avatax.rest.client.models.CertificateTaxCodeModel
Represents a tax code used by the CertCapture process
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id ID number of the tax codegetName()
Getter for name Name of the tax codegetTag()
Getter for tag Tag of the tax codevoid
Setter for id ID number of the tax codevoid
Setter for name Name of the tax codevoid
Setter for tag Tag of the tax codetoString()
Returns a JSON string representation of CertificateTaxCodeModel
-
Constructor Details
-
CertificateTaxCodeModel
public CertificateTaxCodeModel()
-
-
Method Details
-
getId
Getter for id ID number of the tax code -
setId
Setter for id ID number of the tax code -
getName
Getter for name Name of the tax code -
setName
Setter for name Name of the tax code -
getTag
Getter for tag Tag of the tax code -
setTag
Setter for tag Tag of the tax code -
toString
Returns a JSON string representation of CertificateTaxCodeModel
-