Class NexusTaxTypeGroupCountModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusTaxTypeGroupCountModel
Nexus tax type groupe with count
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()Getter for count How many nexus in the groupGetter for nexusTaxTypeGroup Which nexus tax type groupvoidSetter for count How many nexus in the groupvoidsetNexusTaxTypeGroup(String value) Setter for nexusTaxTypeGroup Which nexus tax type grouptoString()Returns a JSON string representation of NexusTaxTypeGroupCountModel
-
Constructor Details
-
NexusTaxTypeGroupCountModel
public NexusTaxTypeGroupCountModel()
-
-
Method Details
-
getNexusTaxTypeGroup
Getter for nexusTaxTypeGroup Which nexus tax type group -
setNexusTaxTypeGroup
Setter for nexusTaxTypeGroup Which nexus tax type group -
getCount
Getter for count How many nexus in the group -
setCount
Setter for count How many nexus in the group -
toString
Returns a JSON string representation of NexusTaxTypeGroupCountModel
-