Class CommunicationsTransactionTypeModel

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

public class CommunicationsTransactionTypeModel extends Object
Represents information about a type of telecommunications transaction
  • Constructor Details

    • CommunicationsTransactionTypeModel

      public CommunicationsTransactionTypeModel()
  • Method Details

    • getTransactionTypeId

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

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

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

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

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