Class TaxTypeGroupModel
java.lang.Object
net.avalara.avatax.rest.client.models.TaxTypeGroupModel
Represents a tax type group
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description of this tax type group.Getter for displaySequence The order this record is being returned in the responsegetId()Getter for id The unique ID number of this 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.Getter for taxTypeGroup The unique human readable Id of this tax type group.voidsetDescription(String value) Setter for description The description of this tax type group.voidsetDisplaySequence(Integer value) Setter for displaySequence The order this record is being returned in the responsevoidSetter for id The unique ID number of this 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.voidsetTaxTypeGroup(String value) Setter for taxTypeGroup The unique human readable Id of this tax type group.toString()Returns a JSON string representation of TaxTypeGroupModel
-
Constructor Details
-
TaxTypeGroupModel
public TaxTypeGroupModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this tax type group. -
setId
Setter for id The unique ID number of this tax type group. -
getTaxTypeGroup
Getter for taxTypeGroup The unique human readable Id of this tax type group. -
setTaxTypeGroup
Setter for taxTypeGroup The unique human readable Id of this tax type group. -
getDescription
Getter for description The description of this tax type group. -
setDescription
Setter for description The description of this 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. -
getDisplaySequence
Getter for displaySequence The order this record is being returned in the response -
setDisplaySequence
Setter for displaySequence The order this record is being returned in the response -
toString
Returns a JSON string representation of TaxTypeGroupModel
-