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.Getter for taxTypeGroupIdSK TaxTypeGroupIdSK to be associated with ServiceTypevoidsetDescription(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.voidsetTaxTypeGroupIdSK(Integer value) Setter for taxTypeGroupIdSK TaxTypeGroupIdSK to be associated with ServiceTypetoString()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. -
getTaxTypeGroupIdSK
Getter for taxTypeGroupIdSK TaxTypeGroupIdSK to be associated with ServiceType -
setTaxTypeGroupIdSK
Setter for taxTypeGroupIdSK TaxTypeGroupIdSK to be associated with ServiceType -
toString
Returns a JSON string representation of SubscriptionTypeModel
-