Class JurisdictionNexusModel

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

public class JurisdictionNexusModel extends Object
Model to represent the detail of NexusTaxTpeGroup and TaxName for Jurisdiction
  • Constructor Details

    • JurisdictionNexusModel

      public JurisdictionNexusModel()
  • Method Details

    • getTaxTypeGroupId

      public String getTaxTypeGroupId()
      Getter for taxTypeGroupId TaxTypeGroupId for Nexus of Jurisdiction
    • setTaxTypeGroupId

      public void setTaxTypeGroupId(String value)
      Setter for taxTypeGroupId TaxTypeGroupId for Nexus of Jurisdiction
    • getNexusTaxTypeGroupId

      public String getNexusTaxTypeGroupId()
      Getter for nexusTaxTypeGroupId NexusTaxTypeGroupId for Nexus of Jurisdiction
    • setNexusTaxTypeGroupId

      public void setNexusTaxTypeGroupId(String value)
      Setter for nexusTaxTypeGroupId NexusTaxTypeGroupId for Nexus of Jurisdiction
    • getTaxName

      public String getTaxName()
      Getter for taxName TaxName for Nexus of Jurisdiction
    • setTaxName

      public void setTaxName(String value)
      Setter for taxName TaxName for Nexus of Jurisdiction
    • getTaxableNexus

      public Boolean getTaxableNexus()
      Getter for taxableNexus Shows if system nexus records are associated with tax collection
    • setTaxableNexus

      public void setTaxableNexus(Boolean value)
      Setter for taxableNexus Shows if system nexus records are associated with tax collection
    • toString

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