Class JurisdictionNexusModel
java.lang.Object
net.avalara.avatax.rest.client.models.JurisdictionNexusModel
Model to represent the detail of NexusTaxTpeGroup and TaxName for Jurisdiction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for nexusTaxTypeGroupId NexusTaxTypeGroupId for Nexus of JurisdictionGetter for taxableNexus Shows if system nexus records are associated with tax collectionGetter for taxName TaxName for Nexus of JurisdictionGetter for taxTypeGroupId TaxTypeGroupId for Nexus of Jurisdictionvoid
setNexusTaxTypeGroupId
(String value) Setter for nexusTaxTypeGroupId NexusTaxTypeGroupId for Nexus of Jurisdictionvoid
setTaxableNexus
(Boolean value) Setter for taxableNexus Shows if system nexus records are associated with tax collectionvoid
setTaxName
(String value) Setter for taxName TaxName for Nexus of Jurisdictionvoid
setTaxTypeGroupId
(String value) Setter for taxTypeGroupId TaxTypeGroupId for Nexus of JurisdictiontoString()
Returns a JSON string representation of JurisdictionNexusModel
-
Constructor Details
-
JurisdictionNexusModel
public JurisdictionNexusModel()
-
-
Method Details
-
getTaxTypeGroupId
Getter for taxTypeGroupId TaxTypeGroupId for Nexus of Jurisdiction -
setTaxTypeGroupId
Setter for taxTypeGroupId TaxTypeGroupId for Nexus of Jurisdiction -
getNexusTaxTypeGroupId
Getter for nexusTaxTypeGroupId NexusTaxTypeGroupId for Nexus of Jurisdiction -
setNexusTaxTypeGroupId
Setter for nexusTaxTypeGroupId NexusTaxTypeGroupId for Nexus of Jurisdiction -
getTaxName
Getter for taxName TaxName for Nexus of Jurisdiction -
setTaxName
Setter for taxName TaxName for Nexus of Jurisdiction -
getTaxableNexus
Getter for taxableNexus Shows if system nexus records are associated with tax collection -
setTaxableNexus
Setter for taxableNexus Shows if system nexus records are associated with tax collection -
toString
Returns a JSON string representation of JurisdictionNexusModel
-