Class NexusForReturnsModel

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

public class NexusForReturnsModel extends Object
Reponse model for the returns specific nexus fetch API
  • Constructor Details

    • NexusForReturnsModel

      public NexusForReturnsModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The nexus's id
    • setId

      public void setId(Integer value)
      Setter for id The nexus's id
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId Company Id
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId Company Id
    • getAssignedToCountryId

      public Integer getAssignedToCountryId()
      Getter for assignedToCountryId For region nexus, the assigned id for the country. For country nexus, null.
    • setAssignedToCountryId

      public void setAssignedToCountryId(Integer value)
      Setter for assignedToCountryId For region nexus, the assigned id for the country. For country nexus, null.
    • getCountry

      public String getCountry()
      Getter for country The two character ISO-3166 country code of the country in which this company declared nexus.
    • setCountry

      public void setCountry(String value)
      Setter for country The two character ISO-3166 country code of the country in which this company declared nexus.
    • getRegion

      public String getRegion()
      Getter for region The two or three character ISO region code of the region, state, or province in which this company declared nexus.
    • setRegion

      public void setRegion(String value)
      Setter for region The two or three character ISO region code of the region, state, or province in which this company declared nexus.
    • getJurisName

      public String getJurisName()
      Getter for jurisName Jurisdiction Name
    • setJurisName

      public void setJurisName(String value)
      Setter for jurisName Jurisdiction Name
    • getNexusTaxTypeGroup

      public String getNexusTaxTypeGroup()
      Getter for nexusTaxTypeGroup Nexus Tax Type Group
    • setNexusTaxTypeGroup

      public void setNexusTaxTypeGroup(String value)
      Setter for nexusTaxTypeGroup Nexus Tax Type Group
    • getNexusTypeId

      public String getNexusTypeId()
      Getter for nexusTypeId Nexus Type
    • setNexusTypeId

      public void setNexusTypeId(String value)
      Setter for nexusTypeId Nexus Type
    • getHasLocalNexus

      public Boolean getHasLocalNexus()
      Getter for hasLocalNexus Has Local Nexus?
    • setHasLocalNexus

      public void setHasLocalNexus(Boolean value)
      Setter for hasLocalNexus Has Local Nexus?
    • getLocalNexusType

      public String getLocalNexusType()
      Getter for localNexusType Local Nexus Tax Type or null if no local nexus
    • setLocalNexusType

      public void setLocalNexusType(String value)
      Setter for localNexusType Local Nexus Tax Type or null if no local nexus
    • getSstNexusId

      public Integer getSstNexusId()
      Getter for sstNexusId The id of the SST nexus record if there is one.
    • setSstNexusId

      public void setSstNexusId(Integer value)
      Setter for sstNexusId The id of the SST nexus record if there is one.
    • getSstType

      public String getSstType()
      Getter for sstType If has SST Nexus, the nexus type id of the nexus
    • setSstType

      public void setSstType(String value)
      Setter for sstType If has SST Nexus, the nexus type id of the nexus
    • getEffectiveDate

      public Date getEffectiveDate()
      Getter for effectiveDate Min the effective Date can be
    • setEffectiveDate

      public void setEffectiveDate(Date value)
      Setter for effectiveDate Min the effective Date can be
    • getEndDate

      public Date getEndDate()
      Getter for endDate Max the end date can be
    • setEndDate

      public void setEndDate(Date value)
      Setter for endDate Max the end date can be
    • getSstEffectiveDate

      public Date getSstEffectiveDate()
      Getter for sstEffectiveDate SST Effective Date
    • setSstEffectiveDate

      public void setSstEffectiveDate(Date value)
      Setter for sstEffectiveDate SST Effective Date
    • getSstEndDate

      public Date getSstEndDate()
      Getter for sstEndDate SST End Date
    • setSstEndDate

      public void setSstEndDate(Date value)
      Setter for sstEndDate SST End Date
    • getIsRemoteSeller

      public Boolean getIsRemoteSeller()
      Getter for isRemoteSeller Has nexus parameter IsRemoteSeller?
    • setIsRemoteSeller

      public void setIsRemoteSeller(Boolean value)
      Setter for isRemoteSeller Has nexus parameter IsRemoteSeller?
    • toString

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