Class TransactionParameterModel

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

public class TransactionParameterModel
extends java.lang.Object
Represents a transaction parameter.
  • Constructor Summary

    Constructors 
    Constructor Description
    TransactionParameterModel()  
  • 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 TransactionParameterModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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 TransactionParameterModel
      Overrides:
      toString in class java.lang.Object