Class SyncItemsRequestModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.SyncItemsRequestModel
-
public class SyncItemsRequestModel extends java.lang.ObjectRepresents a request to sync items.
-
-
Constructor Summary
Constructors Constructor Description SyncItemsRequestModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<ItemSyncModel>getItems()Getter for items A list of items to sync with AvaTax.voidsetItems(java.util.ArrayList<ItemSyncModel> value)Setter for items A list of items to sync with AvaTax.java.lang.StringtoString()Returns a JSON string representation of SyncItemsRequestModel
-
-
-
Method Detail
-
getItems
public java.util.ArrayList<ItemSyncModel> getItems()
Getter for items A list of items to sync with AvaTax.
-
setItems
public void setItems(java.util.ArrayList<ItemSyncModel> value)
Setter for items A list of items to sync with AvaTax.
-
toString
public java.lang.String toString()
Returns a JSON string representation of SyncItemsRequestModel- Overrides:
toStringin classjava.lang.Object
-
-