Class CommunicationsTransactionTypeModel

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

public class CommunicationsTransactionTypeModel
extends java.lang.Object
Represents information about a type of telecommunications transaction
  • Constructor Summary

    Constructors 
    Constructor Description
    CommunicationsTransactionTypeModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getTransactionType()
    Getter for transactionType The name of the transaction type.
    java.lang.Integer getTransactionTypeId()
    Getter for transactionTypeId The numeric Id of the transaction type.
    void setTransactionType​(java.lang.String value)
    Setter for transactionType The name of the transaction type.
    void setTransactionTypeId​(java.lang.Integer value)
    Setter for transactionTypeId The numeric Id of the transaction type.
    java.lang.String toString()
    Returns a JSON string representation of CommunicationsTransactionTypeModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getTransactionTypeId

      public java.lang.Integer getTransactionTypeId()
      Getter for transactionTypeId The numeric Id of the transaction type.
    • setTransactionTypeId

      public void setTransactionTypeId​(java.lang.Integer value)
      Setter for transactionTypeId The numeric Id of the transaction type.
    • getTransactionType

      public java.lang.String getTransactionType()
      Getter for transactionType The name of the transaction type.
    • setTransactionType

      public void setTransactionType​(java.lang.String value)
      Setter for transactionType The name of the transaction type.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of CommunicationsTransactionTypeModel
      Overrides:
      toString in class java.lang.Object