Class SyncItemsRequestModel

java.lang.Object
net.avalara.avatax.rest.client.models.SyncItemsRequestModel

public class SyncItemsRequestModel extends Object
Represents a request to sync items.
  • Constructor Details

    • SyncItemsRequestModel

      public SyncItemsRequestModel()
  • Method Details

    • getItems

      public ArrayList<ItemSyncModel> getItems()
      Getter for items A list of items to sync with AvaTax.
    • setItems

      public void setItems(ArrayList<ItemSyncModel> value)
      Setter for items A list of items to sync with AvaTax.
    • toString

      public String toString()
      Returns a JSON string representation of SyncItemsRequestModel
      Overrides:
      toString in class Object