Class NexusTaxTypeGroupModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusTaxTypeGroupModel
Represents a group of tax types
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of this nexus tax type group.getId()Getter for id The unique ID number of this nexus tax type group.Getter for nexusTaxTypeGroupId The unique human readable Id of this nexus tax type group.Getter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.Getter for subscriptionDescription If this tax type group requires a subscription, this contains the friendly name of the subscription type required to use it.Getter for subscriptionTypeId If this tax type group requires a subscription, this contains the ID number of the subscription type required to use it.Getter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.voidsetDescription(String value) Setter for description The description of this nexus tax type group.voidSetter for id The unique ID number of this nexus tax type group.voidsetNexusTaxTypeGroupId(String value) Setter for nexusTaxTypeGroupId The unique human readable Id of this nexus tax type group.voidsetShowColumn(Boolean value) Setter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.voidsetSubscriptionDescription(String value) Setter for subscriptionDescription If this tax type group requires a subscription, this contains the friendly name of the subscription type required to use it.voidsetSubscriptionTypeId(Integer value) Setter for subscriptionTypeId If this tax type group requires a subscription, this contains the ID number of the subscription type required to use it.voidsetTabName(String value) Setter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.toString()Returns a JSON string representation of NexusTaxTypeGroupModel
-
Constructor Details
-
NexusTaxTypeGroupModel
public NexusTaxTypeGroupModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this nexus tax type group. -
setId
Setter for id The unique ID number of this nexus tax type group. -
getNexusTaxTypeGroupId
Getter for nexusTaxTypeGroupId The unique human readable Id of this nexus tax type group. -
setNexusTaxTypeGroupId
Setter for nexusTaxTypeGroupId The unique human readable Id of this nexus tax type group. -
getDescription
Getter for description The description of this nexus tax type group. -
setDescription
Setter for description The description of this nexus tax type group. -
getSubscriptionTypeId
Getter for subscriptionTypeId If this tax type group requires a subscription, this contains the ID number of the subscription type required to use it. -
setSubscriptionTypeId
Setter for subscriptionTypeId If this tax type group requires a subscription, this contains the ID number of the subscription type required to use it. -
getSubscriptionDescription
Getter for subscriptionDescription If this tax type group requires a subscription, this contains the friendly name of the subscription type required to use it. -
setSubscriptionDescription
Setter for subscriptionDescription If this tax type group requires a subscription, this contains the friendly name of the subscription type required to use it. -
getTabName
Getter for tabName The name of the tab in the AvaTax website corresponding to this tax type group. -
setTabName
Setter for tabName The name of the tab in the AvaTax website corresponding to this tax type group. -
getShowColumn
Getter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website. -
setShowColumn
Setter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website. -
toString
Returns a JSON string representation of NexusTaxTypeGroupModel
-