Class ItemCatalogueInputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemCatalogueInputModel
Represents an item in your company's product catalog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for category A path to the category where item is included.Getter for description A friendly description of this item in your product catalog.Getter for itemCode A unique code representing this item.Getter for itemGroup A way to group similar items.Getter for properties Additional key-description of the product.Getter for source The source of creation of this item.Getter for summary A summary for selection of the tax code.Getter for taxCode The tax code of the item.getUpc()Getter for upc The universal product code of the item.voidsetCategory(String value) Setter for category A path to the category where item is included.voidsetDescription(String value) Setter for description A friendly description of this item in your product catalog.voidsetItemCode(String value) Setter for itemCode A unique code representing this item.voidsetItemGroup(String value) Setter for itemGroup A way to group similar items.voidsetProperties(HashMap<String, String> value) Setter for properties Additional key-description of the product.voidSetter for source The source of creation of this item.voidsetSummary(String value) Setter for summary A summary for selection of the tax code.voidsetTaxCode(String value) Setter for taxCode The tax code of the item.voidSetter for upc The universal product code of the item.toString()Returns a JSON string representation of ItemCatalogueInputModel
-
Constructor Details
-
ItemCatalogueInputModel
public ItemCatalogueInputModel()
-
-
Method Details
-
getItemCode
Getter for itemCode A unique code representing this item. -
setItemCode
Setter for itemCode A unique code representing this item. -
getDescription
Getter for description A friendly description of this item in your product catalog. -
setDescription
Setter for description A friendly description of this item in your product catalog. -
getSummary
Getter for summary A summary for selection of the tax code. -
setSummary
Setter for summary A summary for selection of the tax code. -
getTaxCode
Getter for taxCode The tax code of the item. -
setTaxCode
Setter for taxCode The tax code of the item. -
getUpc
Getter for upc The universal product code of the item. -
setUpc
Setter for upc The universal product code of the item. -
getItemGroup
Getter for itemGroup A way to group similar items. -
setItemGroup
Setter for itemGroup A way to group similar items. -
getCategory
Getter for category A path to the category where item is included. -
setCategory
Setter for category A path to the category where item is included. -
getSource
Getter for source The source of creation of this item. -
setSource
Setter for source The source of creation of this item. -
getProperties
Getter for properties Additional key-description of the product. -
setProperties
Setter for properties Additional key-description of the product. -
toString
Returns a JSON string representation of ItemCatalogueInputModel
-