Class TaxTypeGroupModel

java.lang.Object
net.avalara.avatax.rest.client.models.TaxTypeGroupModel

public class TaxTypeGroupModel extends Object
Represents a tax type group
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for description The description of this tax type group.
    Getter for displaySequence The order this record is being returned in the response
    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.
    void
    Setter for description The description of this tax type group.
    void
    Setter for displaySequence The order this record is being returned in the response
    void
    setId(Integer value)
    Setter for id The unique ID number of this tax type group.
    void
    Setter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.
    void
    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
    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
    Setter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.
    void
    Setter for taxTypeGroup The unique human readable Id of this tax type group.
    Returns a JSON string representation of TaxTypeGroupModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TaxTypeGroupModel

      public TaxTypeGroupModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this tax type group.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this tax type group.
    • getTaxTypeGroup

      public String getTaxTypeGroup()
      Getter for taxTypeGroup The unique human readable Id of this tax type group.
    • setTaxTypeGroup

      public void setTaxTypeGroup(String value)
      Setter for taxTypeGroup The unique human readable Id of this tax type group.
    • getDescription

      public String getDescription()
      Getter for description The description of this tax type group.
    • setDescription

      public void setDescription(String value)
      Setter for description The description of this tax type group.
    • getSubscriptionTypeId

      public 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(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 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(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 String getTabName()
      Getter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.
    • setTabName

      public void setTabName(String value)
      Setter for tabName The name of the tab in the AvaTax website corresponding to this tax type group.
    • getShowColumn

      public 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(Boolean value)
      Setter for showColumn True if this tax type group is displayed in the user interface of the AvaTax website.
    • getDisplaySequence

      public Integer getDisplaySequence()
      Getter for displaySequence The order this record is being returned in the response
    • setDisplaySequence

      public void setDisplaySequence(Integer value)
      Setter for displaySequence The order this record is being returned in the response
    • toString

      public String toString()
      Returns a JSON string representation of TaxTypeGroupModel
      Overrides:
      toString in class Object