Class TaxSubTypeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TaxSubTypeModel
-
public class TaxSubTypeModel extends java.lang.ObjectRepresents a tax subtype
-
-
Constructor Summary
Constructors Constructor Description TaxSubTypeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The description of this tax sub-type.java.lang.IntegergetId()Getter for id The unique ID number of this tax sub-type.java.lang.StringgetTaxSubType()Getter for taxSubType The unique human readable Id of this tax sub-type.java.lang.StringgetTaxTypeGroup()Getter for taxTypeGroup The upper level group of tax types.voidsetDescription(java.lang.String value)Setter for description The description of this tax sub-type.voidsetId(java.lang.Integer value)Setter for id The unique ID number of this tax sub-type.voidsetTaxSubType(java.lang.String value)Setter for taxSubType The unique human readable Id of this tax sub-type.voidsetTaxTypeGroup(java.lang.String value)Setter for taxTypeGroup The upper level group of tax types.java.lang.StringtoString()Returns a JSON string representation of TaxSubTypeModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this tax sub-type.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this tax sub-type.
-
getTaxSubType
public java.lang.String getTaxSubType()
Getter for taxSubType The unique human readable Id of this tax sub-type.
-
setTaxSubType
public void setTaxSubType(java.lang.String value)
Setter for taxSubType The unique human readable Id of this tax sub-type.
-
getDescription
public java.lang.String getDescription()
Getter for description The description of this tax sub-type.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description The description of this tax sub-type.
-
getTaxTypeGroup
public java.lang.String getTaxTypeGroup()
Getter for taxTypeGroup The upper level group of tax types.
-
setTaxTypeGroup
public void setTaxTypeGroup(java.lang.String value)
Setter for taxTypeGroup The upper level group of tax types.
-
toString
public java.lang.String toString()
Returns a JSON string representation of TaxSubTypeModel- Overrides:
toStringin classjava.lang.Object
-
-