Class TagsModel
java.lang.Object
net.avalara.avatax.rest.client.models.TagsModel
Represents a tag for an item in your company's product catalog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Getter for id The unique ID number of the tag.Getter for tagName The tag name.voidSetter for id The unique ID number of the tag.voidsetTagName(String value) Setter for tagName The tag name.toString()Returns a JSON string representation of TagsModel
-
Constructor Details
-
TagsModel
public TagsModel()
-
-
Method Details