Class SubscriptionTypeModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.SubscriptionTypeModel
-
public class SubscriptionTypeModel extends java.lang.ObjectRepresents a service or a subscription type.
-
-
Constructor Summary
Constructors Constructor Description SubscriptionTypeModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The friendly name of the service this subscription type represents.java.lang.IntegergetId()Getter for id The unique ID number of this subscription type.voidsetDescription(java.lang.String value)Setter for description The friendly name of the service this subscription type represents.voidsetId(java.lang.Integer value)Setter for id The unique ID number of this subscription type.java.lang.StringtoString()Returns a JSON string representation of SubscriptionTypeModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this subscription type.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this subscription type.
-
getDescription
public java.lang.String getDescription()
Getter for description The friendly name of the service this subscription type represents.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description The friendly name of the service this subscription type represents.
-
toString
public java.lang.String toString()
Returns a JSON string representation of SubscriptionTypeModel- Overrides:
toStringin classjava.lang.Object
-
-