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 accountId The account ID that owns this item.Getter for category A path to the category where item is included.Getter for companyId The unique ID of the company that owns this item.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 productCategories The AvaTax category to identify the product.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.voidsetAccountId(Integer value) Setter for accountId The account ID that owns this item.voidsetCategory(String value) Setter for category A path to the category where item is included.voidsetCompanyId(Integer value) Setter for companyId The unique ID of the company that owns this item.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.voidsetProductCategories(ArrayList<String> value) Setter for productCategories The AvaTax category to identify the product.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. -
getAccountId
Getter for accountId The account ID that owns this item. -
setAccountId
Setter for accountId The account ID that owns this item. -
getCompanyId
Getter for companyId The unique ID of the company that owns this item. -
setCompanyId
Setter for companyId The unique ID of the company that owns this item. -
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. -
getProductCategories
Getter for productCategories The AvaTax category to identify the product. -
setProductCategories
Setter for productCategories The AvaTax category to identify the product. -
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
-