Class CommunicationsTSPairModel
java.lang.Object
net.avalara.avatax.rest.client.models.CommunicationsTSPairModel
Represents a transaction/service type pair for telecommunications tax
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of the transaction/service type pair.Getter for requiredParameters List of the parameters (among Charge, Minutes and Lines) that will be used for calculation for this T/S pair.Getter for serviceType The name of the service type.Getter for serviceTypeId The numeric Id of the service type.Getter for transactionType The name of the transaction type.Getter for transactionTypeId The numeric Id of the transaction type.void
setDescription
(String value) Setter for description The description of the transaction/service type pair.void
setRequiredParameters
(ArrayList<String> value) Setter for requiredParameters List of the parameters (among Charge, Minutes and Lines) that will be used for calculation for this T/S pair.void
setServiceType
(String value) Setter for serviceType The name of the service type.void
setServiceTypeId
(Integer value) Setter for serviceTypeId The numeric Id of the service type.void
setTransactionType
(String value) Setter for transactionType The name of the transaction type.void
setTransactionTypeId
(Integer value) Setter for transactionTypeId The numeric Id of the transaction type.toString()
Returns a JSON string representation of CommunicationsTSPairModel
-
Constructor Details
-
CommunicationsTSPairModel
public CommunicationsTSPairModel()
-
-
Method Details
-
getTransactionTypeId
Getter for transactionTypeId The numeric Id of the transaction type. -
setTransactionTypeId
Setter for transactionTypeId The numeric Id of the transaction type. -
getServiceTypeId
Getter for serviceTypeId The numeric Id of the service type. -
setServiceTypeId
Setter for serviceTypeId The numeric Id of the service type. -
getTransactionType
Getter for transactionType The name of the transaction type. -
setTransactionType
Setter for transactionType The name of the transaction type. -
getServiceType
Getter for serviceType The name of the service type. -
setServiceType
Setter for serviceType The name of the service type. -
getDescription
Getter for description The description of the transaction/service type pair. -
setDescription
Setter for description The description of the transaction/service type pair. -
getRequiredParameters
Getter for requiredParameters List of the parameters (among Charge, Minutes and Lines) that will be used for calculation for this T/S pair. -
setRequiredParameters
Setter for requiredParameters List of the parameters (among Charge, Minutes and Lines) that will be used for calculation for this T/S pair. -
toString
Returns a JSON string representation of CommunicationsTSPairModel
-