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