Class TransactionLineParameterModel
java.lang.Object
net.avalara.avatax.rest.client.models.TransactionLineParameterModel
Represents a transaction parameter.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Getter for name The name of the parameter.getUnit()
Getter for unit The unit of measure of the parameter value.getValue()
Getter for value The value of the parameter.void
Setter for name The name of the parameter.void
Setter for unit The unit of measure of the parameter value.void
Setter for value The value of the parameter.toString()
Returns a JSON string representation of TransactionLineParameterModel
-
Constructor Details
-
TransactionLineParameterModel
public TransactionLineParameterModel()
-
-
Method Details
-
getName
Getter for name The name of the parameter. -
setName
Setter for name The name of the parameter. -
getValue
Getter for value The value of the parameter. -
setValue
Setter for value The value of the parameter. -
getUnit
Getter for unit The unit of measure of the parameter value. -
setUnit
Setter for unit The unit of measure of the parameter value. -
toString
Returns a JSON string representation of TransactionLineParameterModel
-