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