Class SubscriptionTypeModel

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

public class SubscriptionTypeModel extends Object
Represents a service or a subscription type.
  • Constructor Details

    • SubscriptionTypeModel

      public SubscriptionTypeModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this subscription type.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this subscription type.
    • getDescription

      public String getDescription()
      Getter for description The friendly name of the service this subscription type represents.
    • setDescription

      public void setDescription(String value)
      Setter for description The friendly name of the service this subscription type represents.
    • getTaxTypeGroupIdSK

      public Integer getTaxTypeGroupIdSK()
      Getter for taxTypeGroupIdSK TaxTypeGroupIdSK to be associated with ServiceType
    • setTaxTypeGroupIdSK

      public void setTaxTypeGroupIdSK(Integer value)
      Setter for taxTypeGroupIdSK TaxTypeGroupIdSK to be associated with ServiceType
    • toString

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