public class SyncItemsRequestModel
extends java.lang.Object
Constructor and Description |
---|
SyncItemsRequestModel() |
Modifier and Type | Method and 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
|
public java.util.ArrayList<ItemSyncModel> getItems()
public void setItems(java.util.ArrayList<ItemSyncModel> value)
public java.lang.String toString()
toString
in class java.lang.Object