Class CommunicationsTSPairModel

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

public class CommunicationsTSPairModel extends Object
Represents a transaction/service type pair for telecommunications tax
  • Constructor Details

    • CommunicationsTSPairModel

      public CommunicationsTSPairModel()
  • 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.
    • getServiceTypeId

      public Integer getServiceTypeId()
      Getter for serviceTypeId The numeric Id of the service type.
    • setServiceTypeId

      public void setServiceTypeId(Integer value)
      Setter for serviceTypeId The numeric Id of the service 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.
    • getServiceType

      public String getServiceType()
      Getter for serviceType The name of the service type.
    • setServiceType

      public void setServiceType(String value)
      Setter for serviceType The name of the service type.
    • getDescription

      public String getDescription()
      Getter for description The description of the transaction/service type pair.
    • setDescription

      public void setDescription(String value)
      Setter for description The description of the transaction/service type pair.
    • getRequiredParameters

      public ArrayList<String> 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

      public 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.
    • toString

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