Class SyncItemsRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.SyncItemsRequestModel
Represents a request to sync items.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
Getter for items A list of items to sync with AvaTax.void
setItems
(ArrayList<ItemSyncModel> value) Setter for items A list of items to sync with AvaTax.toString()
Returns a JSON string representation of SyncItemsRequestModel
-
Constructor Details
-
SyncItemsRequestModel
public SyncItemsRequestModel()
-
-
Method Details