Class ItemSyncModel

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

public class ItemSyncModel extends Object
An abridged item model used for syncing product catalogs with AvaTax.
  • Constructor Details

    • ItemSyncModel

      public ItemSyncModel()
  • 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 the item. If your company has enrolled in Streamlined Sales Tax, this description must be auditable.
    • setDescription

      public void setDescription(String value)
      Setter for description A friendly description of the item. If your company has enrolled in Streamlined Sales Tax, this description must be auditable.
    • getItemGroup

      public String getItemGroup()
      Getter for itemGroup A group to which the item belongs.
    • setItemGroup

      public void setItemGroup(String value)
      Setter for itemGroup A group to which the item belongs.
    • getTaxCode

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

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

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