Class SubscriptionTypeModel
java.lang.Object
net.avalara.avatax.rest.client.models.SubscriptionTypeModel
Represents a service or a subscription type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The friendly name of the service this subscription type represents.getId()Getter for id The unique ID number of this subscription type.voidsetDescription(String value) Setter for description The friendly name of the service this subscription type represents.voidSetter for id The unique ID number of this subscription type.toString()Returns a JSON string representation of SubscriptionTypeModel
-
Constructor Details
-
SubscriptionTypeModel
public SubscriptionTypeModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this subscription type. -
setId
Setter for id The unique ID number of this subscription type. -
getDescription
Getter for description The friendly name of the service this subscription type represents. -
setDescription
Setter for description The friendly name of the service this subscription type represents. -
toString
Returns a JSON string representation of SubscriptionTypeModel
-