Class CertificateTaxCodeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CertificateTaxCodeModel
-
public class CertificateTaxCodeModel extends java.lang.Object
Represents a tax code used by the CertCapture process
-
-
Constructor Summary
Constructors Constructor Description CertificateTaxCodeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getId()
Getter for id ID number of the tax codejava.lang.String
getName()
Getter for name Name of the tax codejava.lang.String
getTag()
Getter for tag Tag of the tax codevoid
setId(java.lang.Integer value)
Setter for id ID number of the tax codevoid
setName(java.lang.String value)
Setter for name Name of the tax codevoid
setTag(java.lang.String value)
Setter for tag Tag of the tax codejava.lang.String
toString()
Returns a JSON string representation of CertificateTaxCodeModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id ID number of the tax code
-
setId
public void setId(java.lang.Integer value)
Setter for id ID number of the tax code
-
getName
public java.lang.String getName()
Getter for name Name of the tax code
-
setName
public void setName(java.lang.String value)
Setter for name Name of the tax code
-
getTag
public java.lang.String getTag()
Getter for tag Tag of the tax code
-
setTag
public void setTag(java.lang.String value)
Setter for tag Tag of the tax code
-
toString
public java.lang.String toString()
Returns a JSON string representation of CertificateTaxCodeModel- Overrides:
toString
in classjava.lang.Object
-
-