Class NexusByTaxFormModel

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

public class NexusByTaxFormModel extends Object
Identifies all nexus that match a particular tax form
  • Constructor Details

    • NexusByTaxFormModel

      public NexusByTaxFormModel()
  • Method Details

    • getFormCode

      public String getFormCode()
      Getter for formCode The code of the tax form that was requested
    • setFormCode

      public void setFormCode(String value)
      Setter for formCode The code of the tax form that was requested
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The company ID of the company that was used to load the companyNexus array. If this value is null, no company data was loaded.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The company ID of the company that was used to load the companyNexus array. If this value is null, no company data was loaded.
    • getNexusDefinitions

      public ArrayList<NexusModel> getNexusDefinitions()
      Getter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form
    • setNexusDefinitions

      public void setNexusDefinitions(ArrayList<NexusModel> value)
      Setter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form
    • getCompanyNexus

      public ArrayList<NexusModel> getCompanyNexus()
      Getter for companyNexus A list of all currently-defined company nexus that are related to this tax form
    • setCompanyNexus

      public void setCompanyNexus(ArrayList<NexusModel> value)
      Setter for companyNexus A list of all currently-defined company nexus that are related to this tax form
    • toString

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