Class ItemTagDetailInputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemTagDetailInputModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The unique ID number of the company that owns this item.Getter for itemId The unique ID number of this item.Getter for tagName The tag name.voidsetCompanyId(Integer value) Setter for companyId The unique ID number of the company that owns this item.voidSetter for itemId The unique ID number of this item.voidsetTagName(String value) Setter for tagName The tag name.toString()Returns a JSON string representation of ItemTagDetailInputModel
-
Constructor Details
-
ItemTagDetailInputModel
public ItemTagDetailInputModel()
-
-
Method Details
-
getTagName
Getter for tagName The tag name. -
setTagName
Setter for tagName The tag name. -
getItemId
Getter for itemId The unique ID number of this item. -
setItemId
Setter for itemId The unique ID number of this item. -
getCompanyId
Getter for companyId The unique ID number of the company that owns this item. -
setCompanyId
Setter for companyId The unique ID number of the company that owns this item. -
toString
Returns a JSON string representation of ItemTagDetailInputModel
-