Class TaxTypeGroupModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.TaxTypeGroupModel
-
public class TaxTypeGroupModel extends java.lang.ObjectRepresents a tax type group
-
-
Constructor Summary
Constructors Constructor Description TaxTypeGroupModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The description of this tax type group.java.lang.IntegergetDisplaySequence()Getter for displaySequence The order this record is being returned in the responsejava.lang.IntegergetId()Getter for id The unique ID number of this tax type group.java.lang.BooleangetShowColumn()Getter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.java.lang.StringgetSubscriptionDescription()Getter for subscriptionDescription If this tax type group requires a subscription, this contains the friendly name of the subscription type required to use it.java.lang.IntegergetSubscriptionTypeId()Getter for subscriptionTypeId If this tax type group requires a subscription, this contains the ID number of the subscription type required to use it.java.lang.StringgetTabName()Getter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.java.lang.StringgetTaxTypeGroup()Getter for taxTypeGroup The unique human readable Id of this tax type group.voidsetDescription(java.lang.String value)Setter for description The description of this tax type group.voidsetDisplaySequence(java.lang.Integer value)Setter for displaySequence The order this record is being returned in the responsevoidsetId(java.lang.Integer value)Setter for id The unique ID number of this tax type group.voidsetShowColumn(java.lang.Boolean value)Setter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.voidsetSubscriptionDescription(java.lang.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(java.lang.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(java.lang.String value)Setter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.voidsetTaxTypeGroup(java.lang.String value)Setter for taxTypeGroup The unique human readable Id of this tax type group.java.lang.StringtoString()Returns a JSON string representation of TaxTypeGroupModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this tax type group.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this tax type group.
-
getTaxTypeGroup
public java.lang.String getTaxTypeGroup()
Getter for taxTypeGroup The unique human readable Id of this tax type group.
-
setTaxTypeGroup
public void setTaxTypeGroup(java.lang.String value)
Setter for taxTypeGroup The unique human readable Id of this tax type group.
-
getDescription
public java.lang.String getDescription()
Getter for description The description of this tax type group.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description The description of this tax type group.
-
getSubscriptionTypeId
public java.lang.Integer 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
public void setSubscriptionTypeId(java.lang.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.
-
getSubscriptionDescription
public java.lang.String 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
public void setSubscriptionDescription(java.lang.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.
-
getTabName
public java.lang.String getTabName()
Getter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.
-
setTabName
public void setTabName(java.lang.String value)
Setter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.
-
getShowColumn
public java.lang.Boolean getShowColumn()
Getter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.
-
setShowColumn
public void setShowColumn(java.lang.Boolean value)
Setter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.
-
getDisplaySequence
public java.lang.Integer getDisplaySequence()
Getter for displaySequence The order this record is being returned in the response
-
setDisplaySequence
public void setDisplaySequence(java.lang.Integer value)
Setter for displaySequence The order this record is being returned in the response
-
toString
public java.lang.String toString()
Returns a JSON string representation of TaxTypeGroupModel- Overrides:
toStringin classjava.lang.Object
-
-