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 classifications Classifications Attached to the ProductGetter 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 itemId The unique ID number of this item.Getter for itemType Type of itemGetter for parameters Parameters Attached to the ProductGetter for properties Additional key-description of the product.Getter for source The source of creation of this item.Getter for sourceEntityId The Id of this item at the sourceGetter 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.voidSetter for classifications Classifications Attached to the ProductvoidsetDescription(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.voidSetter for itemId The unique ID number of this item.voidsetItemType(String value) Setter for itemType Type of itemvoidsetParameters(ArrayList<ItemParameterModel> value) Setter for parameters Parameters Attached to the ProductvoidsetProperties(HashMap<String, String> value) Setter for properties Additional key-description of the product.voidSetter for source The source of creation of this item.voidsetSourceEntityId(String value) Setter for sourceEntityId The Id of this item at the sourcevoidsetSummary(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
-
getItemId
Getter for itemId The unique ID number of this item. -
setItemId
Setter for itemId The unique ID number of this item. -
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. -
getTaxCode
Getter for taxCode The tax code of the item. -
setTaxCode
Setter for taxCode The tax code of the item. -
getItemType
Getter for itemType Type of item -
setItemType
Setter for itemType Type of item -
getUpc
Getter for upc The universal product code of the item. -
setUpc
Setter for upc The universal product code of the item. -
getSummary
Getter for summary A summary for selection of the tax code. -
setSummary
Setter for summary A summary for selection of the tax code. -
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. -
getSourceEntityId
Getter for sourceEntityId The Id of this item at the source -
setSourceEntityId
Setter for sourceEntityId The Id of this item at the source -
getProperties
Getter for properties Additional key-description of the product. -
setProperties
Setter for properties Additional key-description of the product. -
getClassifications
Getter for classifications Classifications Attached to the Product -
setClassifications
Setter for classifications Classifications Attached to the Product -
getParameters
Getter for parameters Parameters Attached to the Product -
setParameters
Setter for parameters Parameters Attached to the Product -
toString
Returns a JSON string representation of ItemCatalogueInputModel
-