Class NexusTaxTypeGroupCountModel

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

public class NexusTaxTypeGroupCountModel extends Object
Nexus tax type groupe with count
  • Constructor Details

    • NexusTaxTypeGroupCountModel

      public NexusTaxTypeGroupCountModel()
  • Method Details

    • getNexusTaxTypeGroup

      public String getNexusTaxTypeGroup()
      Getter for nexusTaxTypeGroup Which nexus tax type group
    • setNexusTaxTypeGroup

      public void setNexusTaxTypeGroup(String value)
      Setter for nexusTaxTypeGroup Which nexus tax type group
    • getCount

      public Integer getCount()
      Getter for count How many nexus in the group
    • setCount

      public void setCount(Integer value)
      Setter for count How many nexus in the group
    • toString

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