Class CommunicationsTransactionTypeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CommunicationsTransactionTypeModel
-
public class CommunicationsTransactionTypeModel extends java.lang.ObjectRepresents information about a type of telecommunications transaction
-
-
Constructor Summary
Constructors Constructor Description CommunicationsTransactionTypeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetTransactionType()Getter for transactionType The name of the transaction type.java.lang.IntegergetTransactionTypeId()Getter for transactionTypeId The numeric Id of the transaction type.voidsetTransactionType(java.lang.String value)Setter for transactionType The name of the transaction type.voidsetTransactionTypeId(java.lang.Integer value)Setter for transactionTypeId The numeric Id of the transaction type.java.lang.StringtoString()Returns a JSON string representation of CommunicationsTransactionTypeModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-