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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • 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