public class TaxTypeGroupModel
extends java.lang.Object
| Constructor and Description |
|---|
TaxTypeGroupModel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Getter for description
The description of this tax type group.
|
java.lang.Integer |
getDisplaySequence()
Getter for displaySequence
The order this record is being returned in the response
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this tax type group.
|
java.lang.Boolean |
getShowColumn()
Getter for showColumn
True if this tax type group is displayed in the user interface of the AvaTax website.
|
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.
|
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.
|
java.lang.String |
getTabName()
Getter for tabName
The name of the tab in the AvaTax website corresponding to this tax type group.
|
java.lang.String |
getTaxTypeGroup()
Getter for taxTypeGroup
The unique human readable Id of this tax type group.
|
void |
setDescription(java.lang.String value)
Setter for description
The description of this tax type group.
|
void |
setDisplaySequence(java.lang.Integer value)
Setter for displaySequence
The order this record is being returned in the response
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this tax type group.
|
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.
|
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.
|
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.
|
void |
setTabName(java.lang.String value)
Setter for tabName
The name of the tab in the AvaTax website corresponding to this tax type group.
|
void |
setTaxTypeGroup(java.lang.String value)
Setter for taxTypeGroup
The unique human readable Id of this tax type group.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxTypeGroupModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getTaxTypeGroup()
public void setTaxTypeGroup(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Integer getSubscriptionTypeId()
public void setSubscriptionTypeId(java.lang.Integer value)
public java.lang.String getSubscriptionDescription()
public void setSubscriptionDescription(java.lang.String value)
public java.lang.String getTabName()
public void setTabName(java.lang.String value)
public java.lang.Boolean getShowColumn()
public void setShowColumn(java.lang.Boolean value)
public java.lang.Integer getDisplaySequence()
public void setDisplaySequence(java.lang.Integer value)
public java.lang.String toString()
toString in class java.lang.Object