Class NexusModel

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

public class NexusModel extends Object
Represents a declaration of nexus within a particular taxing jurisdiction. To create a nexus declaration for your company, you must first call the Definitions API `ListNexus` to obtain a list of Avalara-defined nexus. Once you have determined which nexus you wish to declare, you should customize only the user-selectable fields in this object. The user selectable fields for the nexus object are `companyId`, `effectiveDate`, `endDate`, `localNexusTypeId`, `taxId`, `nexusTypeId`, `hasPermanentEstablishment`, and `isSellerImporterOfRecord`. When calling `CreateNexus` or `UpdateNexus`, all values in your nexus object except for the user-selectable fields must match an Avalara-defined system nexus object. You can retrieve a list of Avalara-defined system nexus objects by calling `ListNexus`. If any data does not match, AvaTax may not recognize your nexus declaration.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for companyId The unique ID number of the company that declared nexus.
    Getter for country Name or ISO 3166 code identifying the country in which this company declared nexus.
    Getter for createdDate The date when this record was created.
    Getter for createdUserId The User ID of the user who created this record.
    Getter for effectiveDate The date when this nexus began.
    Getter for endDate If this nexus will end or has ended on a specific date, set this to the date when this nexus ends.
    Getter for hasLocalNexus True if you are also declaring local nexus within this jurisdiction.
    Getter for hasPermanentEstablishment Set this value to true if your company has a permanent establishment within this jurisdiction.
    Getter for id The unique ID number of this declaration of nexus.
    Getter for isSellerImporterOfRecord For nexus declarations at the country level, specifies whether this company is considered the importer of record in this nexus region.
    Getter for isSSTActive For the United States, this flag indicates whether this particular nexus falls within a U.S.
    Getter for jurisCode The code identifying the jurisdiction in which this company declared nexus.
    Getter for jurisdictionTypeId The type of the jurisdiction in which this company declared nexus.
    Getter for jurisName The common name of the jurisdiction in which this company declared nexus.
    Getter for jurisTypeId DEPRECATED - Date: 12/20/2017, Version: 18.1, Message: Please use jurisdictionTypeId instead.
    Getter for localNexusTypeId If you are declaring local nexus within this jurisdiction, this indicates whether you are declaring only a specified list of local jurisdictions, all state-administered local jurisdictions, or all local jurisdictions.
    Getter for modifiedDate The date/time when this record was last modified.
    Getter for modifiedUserId The user ID of the user who last modified this record.
    Getter for nexusTaxTypeGroup The type of nexus that this company is declaring.Replaces NexusTypeId.
    Getter for nexusTypeId The type of nexus that this company is declaring.
    Getter for parameters List of nexus parameters.
    Getter for region Name or ISO 3166 code identifying the region within the country.
    Getter for shortName The short name of the jurisdiction.
    Getter for signatureCode The signature code of the boundary region as defined by Avalara.
    Getter for sourcing Indicates whether this nexus is defined as origin or destination nexus.
    Getter for stateAssignedNo The state assigned number of this jurisdiction.
    Getter for streamlinedSalesTax DEPRECATED - Date: 4/29/2017, Version: 19.4, Message: Please use isSSTActive instead.
    Getter for taxableNexus Shows if system nexus records are associated with tax collection
    Getter for taxAuthorityId A unique ID number of the tax authority that is associated with this nexus.
    Getter for taxId Optional - the tax identification number under which you declared nexus.
    Getter for taxName A description of corresponding tax type applied to the nexus.
    Getter for taxTypeGroup The type group of nexus that this company is declaring Use [ListTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListTaxTypeGroups/) API for a list of nexus tax type groups.
    void
    Setter for companyId The unique ID number of the company that declared nexus.
    void
    Setter for country Name or ISO 3166 code identifying the country in which this company declared nexus.
    void
    Setter for createdDate The date when this record was created.
    void
    Setter for createdUserId The User ID of the user who created this record.
    void
    Setter for effectiveDate The date when this nexus began.
    void
    Setter for endDate If this nexus will end or has ended on a specific date, set this to the date when this nexus ends.
    void
    Setter for hasLocalNexus True if you are also declaring local nexus within this jurisdiction.
    void
    Setter for hasPermanentEstablishment Set this value to true if your company has a permanent establishment within this jurisdiction.
    void
    setId(Integer value)
    Setter for id The unique ID number of this declaration of nexus.
    void
    Setter for isSellerImporterOfRecord For nexus declarations at the country level, specifies whether this company is considered the importer of record in this nexus region.
    void
    Setter for isSSTActive For the United States, this flag indicates whether this particular nexus falls within a U.S.
    void
    Setter for jurisCode The code identifying the jurisdiction in which this company declared nexus.
    void
    Setter for jurisdictionTypeId The type of the jurisdiction in which this company declared nexus.
    void
    Setter for jurisName The common name of the jurisdiction in which this company declared nexus.
    void
    Setter for jurisTypeId DEPRECATED - Date: 12/20/2017, Version: 18.1, Message: Please use jurisdictionTypeId instead.
    void
    Setter for localNexusTypeId If you are declaring local nexus within this jurisdiction, this indicates whether you are declaring only a specified list of local jurisdictions, all state-administered local jurisdictions, or all local jurisdictions.
    void
    Setter for modifiedDate The date/time when this record was last modified.
    void
    Setter for modifiedUserId The user ID of the user who last modified this record.
    void
    Setter for nexusTaxTypeGroup The type of nexus that this company is declaring.Replaces NexusTypeId.
    void
    Setter for nexusTypeId The type of nexus that this company is declaring.
    void
    Setter for parameters List of nexus parameters.
    void
    Setter for region Name or ISO 3166 code identifying the region within the country.
    void
    Setter for shortName The short name of the jurisdiction.
    void
    Setter for signatureCode The signature code of the boundary region as defined by Avalara.
    void
    Setter for sourcing Indicates whether this nexus is defined as origin or destination nexus.
    void
    Setter for stateAssignedNo The state assigned number of this jurisdiction.
    void
    Setter for streamlinedSalesTax DEPRECATED - Date: 4/29/2017, Version: 19.4, Message: Please use isSSTActive instead.
    void
    Setter for taxableNexus Shows if system nexus records are associated with tax collection
    void
    Setter for taxAuthorityId A unique ID number of the tax authority that is associated with this nexus.
    void
    Setter for taxId Optional - the tax identification number under which you declared nexus.
    void
    Setter for taxName A description of corresponding tax type applied to the nexus.
    void
    Setter for taxTypeGroup The type group of nexus that this company is declaring Use [ListTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListTaxTypeGroups/) API for a list of nexus tax type groups.
    Returns a JSON string representation of NexusModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • NexusModel

      public NexusModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this declaration of nexus. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this declaration of nexus. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId The unique ID number of the company that declared nexus. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId The unique ID number of the company that declared nexus. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getCountry

      public String getCountry()
      Getter for country Name or ISO 3166 code identifying the country in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setCountry

      public void setCountry(String value)
      Setter for country Name or ISO 3166 code identifying the country in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getRegion

      public String getRegion()
      Getter for region Name or ISO 3166 code identifying the region within the country. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setRegion

      public void setRegion(String value)
      Setter for region Name or ISO 3166 code identifying the region within the country. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getJurisTypeId

      public JurisTypeId getJurisTypeId()
      Getter for jurisTypeId DEPRECATED - Date: 12/20/2017, Version: 18.1, Message: Please use jurisdictionTypeId instead. The jurisdiction type of the jurisdiction in which this company declared nexus.
    • setJurisTypeId

      public void setJurisTypeId(JurisTypeId value)
      Setter for jurisTypeId DEPRECATED - Date: 12/20/2017, Version: 18.1, Message: Please use jurisdictionTypeId instead. The jurisdiction type of the jurisdiction in which this company declared nexus.
    • getJurisdictionTypeId

      public JurisdictionType getJurisdictionTypeId()
      Getter for jurisdictionTypeId The type of the jurisdiction in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setJurisdictionTypeId

      public void setJurisdictionTypeId(JurisdictionType value)
      Setter for jurisdictionTypeId The type of the jurisdiction in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getJurisCode

      public String getJurisCode()
      Getter for jurisCode The code identifying the jurisdiction in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setJurisCode

      public void setJurisCode(String value)
      Setter for jurisCode The code identifying the jurisdiction in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getJurisName

      public String getJurisName()
      Getter for jurisName The common name of the jurisdiction in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setJurisName

      public void setJurisName(String value)
      Setter for jurisName The common name of the jurisdiction in which this company declared nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate The date when this nexus began. If not known, set to null. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate The date when this nexus began. If not known, set to null. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getEndDate

      public Date getEndDate()
      Getter for endDate If this nexus will end or has ended on a specific date, set this to the date when this nexus ends. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate If this nexus will end or has ended on a specific date, set this to the date when this nexus ends. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getShortName

      public String getShortName()
      Getter for shortName The short name of the jurisdiction. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setShortName

      public void setShortName(String value)
      Setter for shortName The short name of the jurisdiction. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getSignatureCode

      public String getSignatureCode()
      Getter for signatureCode The signature code of the boundary region as defined by Avalara. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setSignatureCode

      public void setSignatureCode(String value)
      Setter for signatureCode The signature code of the boundary region as defined by Avalara. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getStateAssignedNo

      public String getStateAssignedNo()
      Getter for stateAssignedNo The state assigned number of this jurisdiction. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setStateAssignedNo

      public void setStateAssignedNo(String value)
      Setter for stateAssignedNo The state assigned number of this jurisdiction. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getNexusTypeId

      public NexusTypeId getNexusTypeId()
      Getter for nexusTypeId The type of nexus that this company is declaring. If you are voluntarily declaring nexus in a jurisdiction, you should select `SalesOrSellersUseTax` for your nexus type option. This option allows you to calculate tax correctly whether you are selling in-state or shipping from an out-of-state location. If you are legally obligated to declare nexus due to physical presence or other sufficient nexus, you should select `SalesTax`. This indicates that, as a legal requirement, your company must always collect and remit full sales tax in this jurisdiction. If you are participating in the Streamlined Sales Tax program, your SST administrator will select nexus settings for you in all SST jurisdictions. Do not select any SST options by yourself. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setNexusTypeId

      public void setNexusTypeId(NexusTypeId value)
      Setter for nexusTypeId The type of nexus that this company is declaring. If you are voluntarily declaring nexus in a jurisdiction, you should select `SalesOrSellersUseTax` for your nexus type option. This option allows you to calculate tax correctly whether you are selling in-state or shipping from an out-of-state location. If you are legally obligated to declare nexus due to physical presence or other sufficient nexus, you should select `SalesTax`. This indicates that, as a legal requirement, your company must always collect and remit full sales tax in this jurisdiction. If you are participating in the Streamlined Sales Tax program, your SST administrator will select nexus settings for you in all SST jurisdictions. Do not select any SST options by yourself. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getSourcing

      public Sourcing getSourcing()
      Getter for sourcing Indicates whether this nexus is defined as origin or destination nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setSourcing

      public void setSourcing(Sourcing value)
      Setter for sourcing Indicates whether this nexus is defined as origin or destination nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getHasLocalNexus

      public Boolean getHasLocalNexus()
      Getter for hasLocalNexus True if you are also declaring local nexus within this jurisdiction. Many U.S. states have options for declaring nexus in local jurisdictions as well as within the state. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setHasLocalNexus

      public void setHasLocalNexus(Boolean value)
      Setter for hasLocalNexus True if you are also declaring local nexus within this jurisdiction. Many U.S. states have options for declaring nexus in local jurisdictions as well as within the state. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getLocalNexusTypeId

      public LocalNexusTypeId getLocalNexusTypeId()
      Getter for localNexusTypeId If you are declaring local nexus within this jurisdiction, this indicates whether you are declaring only a specified list of local jurisdictions, all state-administered local jurisdictions, or all local jurisdictions. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setLocalNexusTypeId

      public void setLocalNexusTypeId(LocalNexusTypeId value)
      Setter for localNexusTypeId If you are declaring local nexus within this jurisdiction, this indicates whether you are declaring only a specified list of local jurisdictions, all state-administered local jurisdictions, or all local jurisdictions. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getHasPermanentEstablishment

      public Boolean getHasPermanentEstablishment()
      Getter for hasPermanentEstablishment Set this value to true if your company has a permanent establishment within this jurisdiction. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setHasPermanentEstablishment

      public void setHasPermanentEstablishment(Boolean value)
      Setter for hasPermanentEstablishment Set this value to true if your company has a permanent establishment within this jurisdiction. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getTaxId

      public String getTaxId()
      Getter for taxId Optional - the tax identification number under which you declared nexus. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setTaxId

      public void setTaxId(String value)
      Setter for taxId Optional - the tax identification number under which you declared nexus. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getStreamlinedSalesTax

      public Boolean getStreamlinedSalesTax()
      Getter for streamlinedSalesTax DEPRECATED - Date: 4/29/2017, Version: 19.4, Message: Please use isSSTActive instead. For the United States, this flag indicates whether this particular nexus falls within a U.S. State that participates in the Streamlined Sales Tax program. For countries other than the US, this flag is null. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setStreamlinedSalesTax

      public void setStreamlinedSalesTax(Boolean value)
      Setter for streamlinedSalesTax DEPRECATED - Date: 4/29/2017, Version: 19.4, Message: Please use isSSTActive instead. For the United States, this flag indicates whether this particular nexus falls within a U.S. State that participates in the Streamlined Sales Tax program. For countries other than the US, this flag is null. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getIsSSTActive

      public Boolean getIsSSTActive()
      Getter for isSSTActive For the United States, this flag indicates whether this particular nexus falls within a U.S. State that participates in the Streamlined Sales Tax program and if the account associated with the Nexus has an active AvaTaxCsp subscription. For countries other than the US, this flag is null. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setIsSSTActive

      public void setIsSSTActive(Boolean value)
      Setter for isSSTActive For the United States, this flag indicates whether this particular nexus falls within a U.S. State that participates in the Streamlined Sales Tax program and if the account associated with the Nexus has an active AvaTaxCsp subscription. For countries other than the US, this flag is null. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getCreatedDate

      public Date getCreatedDate()
      Getter for createdDate The date when this record was created. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • setCreatedDate

      public void setCreatedDate(Date value)
      Setter for createdDate The date when this record was created. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • getCreatedUserId

      public Integer getCreatedUserId()
      Getter for createdUserId The User ID of the user who created this record. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • setCreatedUserId

      public void setCreatedUserId(Integer value)
      Setter for createdUserId The User ID of the user who created this record. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • getModifiedDate

      public Date getModifiedDate()
      Getter for modifiedDate The date/time when this record was last modified. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • setModifiedDate

      public void setModifiedDate(Date value)
      Setter for modifiedDate The date/time when this record was last modified. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • getModifiedUserId

      public Integer getModifiedUserId()
      Getter for modifiedUserId The user ID of the user who last modified this record. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • setModifiedUserId

      public void setModifiedUserId(Integer value)
      Setter for modifiedUserId The user ID of the user who last modified this record. This field is defined automatically when you declare nexus. You do not need to provide a value for this field.
    • getTaxTypeGroup

      public String getTaxTypeGroup()
      Getter for taxTypeGroup The type group of nexus that this company is declaring Use [ListTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListTaxTypeGroups/) API for a list of nexus tax type groups. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`. NOTE: This optional field will trigger nexus subtype lookup when populated. When using make sure TaxTypeGroup matches corresponding NexusTaxTypeGroup
    • setTaxTypeGroup

      public void setTaxTypeGroup(String value)
      Setter for taxTypeGroup The type group of nexus that this company is declaring Use [ListTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListTaxTypeGroups/) API for a list of nexus tax type groups. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`. NOTE: This optional field will trigger nexus subtype lookup when populated. When using make sure TaxTypeGroup matches corresponding NexusTaxTypeGroup
    • getNexusTaxTypeGroup

      public String getNexusTaxTypeGroup()
      Getter for nexusTaxTypeGroup The type of nexus that this company is declaring.Replaces NexusTypeId. Use [ListNexusTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListNexusTaxTypeGroups/) API for a list of nexus tax type groups. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setNexusTaxTypeGroup

      public void setNexusTaxTypeGroup(String value)
      Setter for nexusTaxTypeGroup The type of nexus that this company is declaring.Replaces NexusTypeId. Use [ListNexusTaxTypeGroups](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Definitions/ListNexusTaxTypeGroups/) API for a list of nexus tax type groups. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getTaxAuthorityId

      public Long getTaxAuthorityId()
      Getter for taxAuthorityId A unique ID number of the tax authority that is associated with this nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • setTaxAuthorityId

      public void setTaxAuthorityId(Long value)
      Setter for taxAuthorityId A unique ID number of the tax authority that is associated with this nexus. This field is defined by Avalara. All Avalara-defined fields must match an Avalara-defined nexus object found by calling `ListNexus`.
    • getIsSellerImporterOfRecord

      public Boolean getIsSellerImporterOfRecord()
      Getter for isSellerImporterOfRecord For nexus declarations at the country level, specifies whether this company is considered the importer of record in this nexus region. Some taxes only apply if the seller is the importer of record for a product. In cases where companies are working together to ship products, there may be mutual agreement as to which company is the entity designated as importer of record. The importer of record will then be the company designated to pay taxes marked as being obligated to the importer of record. Set this value to `true` to consider your company as the importer of record and collect these taxes. Leave this value as false or null and taxes will be calculated as if your company is not the importer of record. This value may also be set during each transaction API call. See `CreateTransaction()` for more information. This field is user-selectable and should be provided when creating or updating a nexus object.
    • setIsSellerImporterOfRecord

      public void setIsSellerImporterOfRecord(Boolean value)
      Setter for isSellerImporterOfRecord For nexus declarations at the country level, specifies whether this company is considered the importer of record in this nexus region. Some taxes only apply if the seller is the importer of record for a product. In cases where companies are working together to ship products, there may be mutual agreement as to which company is the entity designated as importer of record. The importer of record will then be the company designated to pay taxes marked as being obligated to the importer of record. Set this value to `true` to consider your company as the importer of record and collect these taxes. Leave this value as false or null and taxes will be calculated as if your company is not the importer of record. This value may also be set during each transaction API call. See `CreateTransaction()` for more information. This field is user-selectable and should be provided when creating or updating a nexus object.
    • getTaxName

      public String getTaxName()
      Getter for taxName A description of corresponding tax type applied to the nexus. When a custom nexus is created, it'll have to be matched to a system nexus to be validated successfully. The matched system nexus has a field to describe the tax type applied to it, that field will be copied over to the nexus that is being created. This field is defined by Avalara. Its main purpose is to give a simple description of the tax type associated with the nexus so users have a better understanding of the nexus when it is displayed.
    • setTaxName

      public void setTaxName(String value)
      Setter for taxName A description of corresponding tax type applied to the nexus. When a custom nexus is created, it'll have to be matched to a system nexus to be validated successfully. The matched system nexus has a field to describe the tax type applied to it, that field will be copied over to the nexus that is being created. This field is defined by Avalara. Its main purpose is to give a simple description of the tax type associated with the nexus so users have a better understanding of the nexus when it is displayed.
    • getParameters

      public ArrayList<NexusParameterDetailModel> getParameters()
      Getter for parameters List of nexus parameters.
    • setParameters

      public void setParameters(ArrayList<NexusParameterDetailModel> value)
      Setter for parameters List of nexus parameters.
    • 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 NexusModel
      Overrides:
      toString in class Object