Class NexusByTaxFormModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusByTaxFormModel
Identifies all nexus that match a particular tax form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The company ID of the company that was used to load the companyNexus array.Getter for companyNexus A list of all currently-defined company nexus that are related to this tax formGetter for formCode The code of the tax form that was requestedGetter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax formvoid
setCompanyId
(Integer value) Setter for companyId The company ID of the company that was used to load the companyNexus array.void
setCompanyNexus
(ArrayList<NexusModel> value) Setter for companyNexus A list of all currently-defined company nexus that are related to this tax formvoid
setFormCode
(String value) Setter for formCode The code of the tax form that was requestedvoid
setNexusDefinitions
(ArrayList<NexusModel> value) Setter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax formtoString()
Returns a JSON string representation of NexusByTaxFormModel
-
Constructor Details
-
NexusByTaxFormModel
public NexusByTaxFormModel()
-
-
Method Details
-
getFormCode
Getter for formCode The code of the tax form that was requested -
setFormCode
Setter for formCode The code of the tax form that was requested -
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
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
Getter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form -
setNexusDefinitions
Setter for nexusDefinitions A list of all Avalara-defined nexus that are relevant to this tax form -
getCompanyNexus
Getter for companyNexus A list of all currently-defined company nexus that are related to this tax form -
setCompanyNexus
Setter for companyNexus A list of all currently-defined company nexus that are related to this tax form -
toString
Returns a JSON string representation of NexusByTaxFormModel
-