Class TaxAuthorityTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxAuthorityTypeModel
Tax Authority Type Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description name of this tax authority type.getId()Getter for id The unique ID number of this tax Authority customer type.Getter for taxAuthorityGroup Tax Authority GroupvoidsetDescription(String value) Setter for description The description name of this tax authority type.voidSetter for id The unique ID number of this tax Authority customer type.voidsetTaxAuthorityGroup(String value) Setter for taxAuthorityGroup Tax Authority GrouptoString()Returns a JSON string representation of TaxAuthorityTypeModel
-
Constructor Details
-
TaxAuthorityTypeModel
public TaxAuthorityTypeModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax Authority customer type. -
setId
Setter for id The unique ID number of this tax Authority customer type. -
getDescription
Getter for description The description name of this tax authority type. -
setDescription
Setter for description The description name of this tax authority type. -
getTaxAuthorityGroup
Getter for taxAuthorityGroup Tax Authority Group -
setTaxAuthorityGroup
Setter for taxAuthorityGroup Tax Authority Group -
toString
Returns a JSON string representation of TaxAuthorityTypeModel
-