Class ItemTaxCodeClassificationRequestInputModel


  • public class ItemTaxCodeClassificationRequestInputModel
    extends java.lang.Object
    Represents a tax code classification request input model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getClassifyAllItems()
      Getter for classifyAllItems Determines if classification has to be initiated for all items of a company
      java.util.ArrayList<java.lang.Long> getItemIds()
      Getter for itemIds Item ids for which classification has to be initiated
      java.util.ArrayList<java.lang.String> getProductCategories()
      Getter for productCategories Product categories of items
      void setClassifyAllItems​(java.lang.Boolean value)
      Setter for classifyAllItems Determines if classification has to be initiated for all items of a company
      void setItemIds​(java.util.ArrayList<java.lang.Long> value)
      Setter for itemIds Item ids for which classification has to be initiated
      void setProductCategories​(java.util.ArrayList<java.lang.String> value)
      Setter for productCategories Product categories of items
      java.lang.String toString()
      Returns a JSON string representation of ItemTaxCodeClassificationRequestInputModel
      • Methods inherited from class java.lang.Object

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

      • ItemTaxCodeClassificationRequestInputModel

        public ItemTaxCodeClassificationRequestInputModel()
    • Method Detail

      • getClassifyAllItems

        public java.lang.Boolean getClassifyAllItems()
        Getter for classifyAllItems Determines if classification has to be initiated for all items of a company
      • setClassifyAllItems

        public void setClassifyAllItems​(java.lang.Boolean value)
        Setter for classifyAllItems Determines if classification has to be initiated for all items of a company
      • getItemIds

        public java.util.ArrayList<java.lang.Long> getItemIds()
        Getter for itemIds Item ids for which classification has to be initiated
      • setItemIds

        public void setItemIds​(java.util.ArrayList<java.lang.Long> value)
        Setter for itemIds Item ids for which classification has to be initiated
      • getProductCategories

        public java.util.ArrayList<java.lang.String> getProductCategories()
        Getter for productCategories Product categories of items
      • setProductCategories

        public void setProductCategories​(java.util.ArrayList<java.lang.String> value)
        Setter for productCategories Product categories of items
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of ItemTaxCodeClassificationRequestInputModel
        Overrides:
        toString in class java.lang.Object