Class TaxSubTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxSubTypeModel
Represents a tax subtype
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of this tax sub-type.getId()Getter for id The unique ID number of this tax sub-type.Getter for taxSubType The unique human readable Id of this tax sub-type.Getter for taxTypeGroup The upper level group of tax types.voidsetDescription(String value) Setter for description The description of this tax sub-type.voidSetter for id The unique ID number of this tax sub-type.voidsetTaxSubType(String value) Setter for taxSubType The unique human readable Id of this tax sub-type.voidsetTaxTypeGroup(String value) Setter for taxTypeGroup The upper level group of tax types.toString()Returns a JSON string representation of TaxSubTypeModel
-
Constructor Details
-
TaxSubTypeModel
public TaxSubTypeModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax sub-type. -
setId
Setter for id The unique ID number of this tax sub-type. -
getTaxSubType
Getter for taxSubType The unique human readable Id of this tax sub-type. -
setTaxSubType
Setter for taxSubType The unique human readable Id of this tax sub-type. -
getDescription
Getter for description The description of this tax sub-type. -
setDescription
Setter for description The description of this tax sub-type. -
getTaxTypeGroup
Getter for taxTypeGroup The upper level group of tax types. -
setTaxTypeGroup
Setter for taxTypeGroup The upper level group of tax types. -
toString
Returns a JSON string representation of TaxSubTypeModel
-