Class ItemSyncModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemSyncModel
An abridged item model used for syncing product catalogs with AvaTax.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description A friendly description of the item.Getter for itemCode A unique code representing this item.Getter for itemGroup A group to which the item belongs.Getter for taxCode The tax code of the item (optional)void
setDescription
(String value) Setter for description A friendly description of the item.void
setItemCode
(String value) Setter for itemCode A unique code representing this item.void
setItemGroup
(String value) Setter for itemGroup A group to which the item belongs.void
setTaxCode
(String value) Setter for taxCode The tax code of the item (optional)toString()
Returns a JSON string representation of ItemSyncModel
-
Constructor Details
-
ItemSyncModel
public ItemSyncModel()
-
-
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 the item. If your company has enrolled in Streamlined Sales Tax, this description must be auditable. -
setDescription
Setter for description A friendly description of the item. If your company has enrolled in Streamlined Sales Tax, this description must be auditable. -
getItemGroup
Getter for itemGroup A group to which the item belongs. -
setItemGroup
Setter for itemGroup A group to which the item belongs. -
getTaxCode
Getter for taxCode The tax code of the item (optional) -
setTaxCode
Setter for taxCode The tax code of the item (optional) -
toString
Returns a JSON string representation of ItemSyncModel
-