Class ItemTaxCodeModel


  • public class ItemTaxCodeModel
    extends java.lang.Object
    Represents item tax code model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Getter for description Suggested tax code description
      java.lang.Integer getRank()
      Getter for rank Priority of Suggested tax code description
      java.lang.String getTaxCode()
      Getter for taxCode Suggested tax code
      void setDescription​(java.lang.String value)
      Setter for description Suggested tax code description
      void setRank​(java.lang.Integer value)
      Setter for rank Priority of Suggested tax code description
      void setTaxCode​(java.lang.String value)
      Setter for taxCode Suggested tax code
      java.lang.String toString()
      Returns a JSON string representation of ItemTaxCodeModel
      • Methods inherited from class java.lang.Object

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

      • ItemTaxCodeModel

        public ItemTaxCodeModel()
    • Method Detail

      • getTaxCode

        public java.lang.String getTaxCode()
        Getter for taxCode Suggested tax code
      • setTaxCode

        public void setTaxCode​(java.lang.String value)
        Setter for taxCode Suggested tax code
      • getDescription

        public java.lang.String getDescription()
        Getter for description Suggested tax code description
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description Suggested tax code description
      • getRank

        public java.lang.Integer getRank()
        Getter for rank Priority of Suggested tax code description
      • setRank

        public void setRank​(java.lang.Integer value)
        Setter for rank Priority of Suggested tax code description
      • toString

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