Class ItemParameterModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemParameterModel
Represents a parameter associated with an item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id The id of the parameter.Getter for isNeededForCalculation This field identifies if parameter is needed for calculationGetter for isNeededForClassification This field identifies if parameter is needed for classificationGetter for isNeededForReturns This field identifies if parameter is needed for returnsGetter for itemId The item idgetName()
Getter for name The parameter's name.getUnit()
Getter for unit The unit of measurement code for the parameter.getValue()
Getter for value The value for the parameter.void
Setter for id The id of the parameter.void
setIsNeededForCalculation
(Boolean value) Setter for isNeededForCalculation This field identifies if parameter is needed for calculationvoid
Setter for isNeededForClassification This field identifies if parameter is needed for classificationvoid
setIsNeededForReturns
(Boolean value) Setter for isNeededForReturns This field identifies if parameter is needed for returnsvoid
Setter for itemId The item idvoid
Setter for name The parameter's name.void
Setter for unit The unit of measurement code for the parameter.void
Setter for value The value for the parameter.toString()
Returns a JSON string representation of ItemParameterModel
-
Constructor Details
-
ItemParameterModel
public ItemParameterModel()
-
-
Method Details
-
getId
Getter for id The id of the parameter. -
setId
Setter for id The id of the parameter. -
getName
Getter for name The parameter's name. -
setName
Setter for name The parameter's name. -
getValue
Getter for value The value for the parameter. -
setValue
Setter for value The value for the parameter. -
getUnit
Getter for unit The unit of measurement code for the parameter. -
setUnit
Setter for unit The unit of measurement code for the parameter. -
getItemId
Getter for itemId The item id -
setItemId
Setter for itemId The item id -
getIsNeededForCalculation
Getter for isNeededForCalculation This field identifies if parameter is needed for calculation -
setIsNeededForCalculation
Setter for isNeededForCalculation This field identifies if parameter is needed for calculation -
getIsNeededForReturns
Getter for isNeededForReturns This field identifies if parameter is needed for returns -
setIsNeededForReturns
Setter for isNeededForReturns This field identifies if parameter is needed for returns -
getIsNeededForClassification
Getter for isNeededForClassification This field identifies if parameter is needed for classification -
setIsNeededForClassification
Setter for isNeededForClassification This field identifies if parameter is needed for classification -
toString
Returns a JSON string representation of ItemParameterModel
-