Class CommunicationsTransactionTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.CommunicationsTransactionTypeModel
Represents information about a type of telecommunications transaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for transactionType The name of the transaction type.Getter for transactionTypeId The numeric Id of the transaction type.voidsetTransactionType(String value) Setter for transactionType The name of the transaction type.voidsetTransactionTypeId(Integer value) Setter for transactionTypeId The numeric Id of the transaction type.toString()Returns a JSON string representation of CommunicationsTransactionTypeModel
-
Constructor Details
-
CommunicationsTransactionTypeModel
public CommunicationsTransactionTypeModel()
-
-
Method Details
-
getTransactionTypeId
Getter for transactionTypeId The numeric Id of the transaction type. -
setTransactionTypeId
Setter for transactionTypeId The numeric Id of the transaction type. -
getTransactionType
Getter for transactionType The name of the transaction type. -
setTransactionType
Setter for transactionType The name of the transaction type. -
toString
Returns a JSON string representation of CommunicationsTransactionTypeModel
-