Class ItemParameterModel

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

public class ItemParameterModel extends Object
Represents a parameter associated with an item.
  • Constructor Details

    • ItemParameterModel

      public ItemParameterModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id The id of the parameter.
    • setId

      public void setId(Long value)
      Setter for id The id of the parameter.
    • getName

      public String getName()
      Getter for name The parameter's name.
    • setName

      public void setName(String value)
      Setter for name The parameter's name.
    • getValue

      public String getValue()
      Getter for value The value for the parameter.
    • setValue

      public void setValue(String value)
      Setter for value The value for the parameter.
    • getUnit

      public String getUnit()
      Getter for unit The unit of measurement code for the parameter.
    • setUnit

      public void setUnit(String value)
      Setter for unit The unit of measurement code for the parameter.
    • getItemId

      public Long getItemId()
      Getter for itemId The item id
    • setItemId

      public void setItemId(Long value)
      Setter for itemId The item id
    • getIsNeededForCalculation

      public Boolean getIsNeededForCalculation()
      Getter for isNeededForCalculation This field identifies if parameter is needed for calculation
    • setIsNeededForCalculation

      public void setIsNeededForCalculation(Boolean value)
      Setter for isNeededForCalculation This field identifies if parameter is needed for calculation
    • getIsNeededForReturns

      public Boolean getIsNeededForReturns()
      Getter for isNeededForReturns This field identifies if parameter is needed for returns
    • setIsNeededForReturns

      public void setIsNeededForReturns(Boolean value)
      Setter for isNeededForReturns This field identifies if parameter is needed for returns
    • getIsNeededForClassification

      public Boolean getIsNeededForClassification()
      Getter for isNeededForClassification This field identifies if parameter is needed for classification
    • setIsNeededForClassification

      public void setIsNeededForClassification(Boolean value)
      Setter for isNeededForClassification This field identifies if parameter is needed for classification
    • toString

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