Class ItemCatalogueInputModel

java.lang.Object
net.avalara.avatax.rest.client.models.ItemCatalogueInputModel

public class ItemCatalogueInputModel extends Object
Represents an item in your company's product catalog.
  • Constructor Details

    • ItemCatalogueInputModel

      public ItemCatalogueInputModel()
  • Method Details

    • getItemCode

      public String getItemCode()
      Getter for itemCode A unique code representing this item.
    • setItemCode

      public void setItemCode(String value)
      Setter for itemCode A unique code representing this item.
    • getDescription

      public String getDescription()
      Getter for description A friendly description of this item in your product catalog.
    • setDescription

      public void setDescription(String value)
      Setter for description A friendly description of this item in your product catalog.
    • getSummary

      public String getSummary()
      Getter for summary A summary for selection of the tax code.
    • setSummary

      public void setSummary(String value)
      Setter for summary A summary for selection of the tax code.
    • getTaxCode

      public String getTaxCode()
      Getter for taxCode The tax code of the item.
    • setTaxCode

      public void setTaxCode(String value)
      Setter for taxCode The tax code of the item.
    • getUpc

      public String getUpc()
      Getter for upc The universal product code of the item.
    • setUpc

      public void setUpc(String value)
      Setter for upc The universal product code of the item.
    • getItemGroup

      public String getItemGroup()
      Getter for itemGroup A way to group similar items.
    • setItemGroup

      public void setItemGroup(String value)
      Setter for itemGroup A way to group similar items.
    • getCategory

      public String getCategory()
      Getter for category A path to the category where item is included.
    • setCategory

      public void setCategory(String value)
      Setter for category A path to the category where item is included.
    • getSource

      public String getSource()
      Getter for source The source of creation of this item.
    • setSource

      public void setSource(String value)
      Setter for source The source of creation of this item.
    • getProperties

      public HashMap<String,String> getProperties()
      Getter for properties Additional key-description of the product.
    • setProperties

      public void setProperties(HashMap<String,String> value)
      Setter for properties Additional key-description of the product.
    • toString

      public String toString()
      Returns a JSON string representation of ItemCatalogueInputModel
      Overrides:
      toString in class Object