Class SyncItemsRequestModel


  • public class SyncItemsRequestModel
    extends java.lang.Object
    Represents a request to sync items.
    • 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.
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SyncItemsRequestModel

        public 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:
        toString in class java.lang.Object