Class TransactionLineParameterModel

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

public class TransactionLineParameterModel extends Object
Represents a transaction parameter.
  • Constructor Details

    • TransactionLineParameterModel

      public TransactionLineParameterModel()
  • Method Details

    • getName

      public String getName()
      Getter for name The name of the parameter.
    • setName

      public void setName(String value)
      Setter for name The name of the parameter.
    • getValue

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

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

      public String getUnit()
      Getter for unit The unit of measure of the parameter value.
    • setUnit

      public void setUnit(String value)
      Setter for unit The unit of measure of the parameter value.
    • toString

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