Class NexusForReturnsModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusForReturnsModel
Reponse model for the returns specific nexus fetch API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for assignedToCountryId For region nexus, the assigned id for the country.Getter for companyId Company IdGetter for country The two character ISO-3166 country code of the country in which this company declared nexus.Getter for effectiveDate Min the effective Date can beGetter for endDate Max the end date can beGetter for hasLocalNexus Has Local Nexus?getId()Getter for id The nexus's idGetter for isRemoteSeller Has nexus parameter IsRemoteSeller?Getter for jurisName Jurisdiction NameGetter for localNexusType Local Nexus Tax Type or null if no local nexusGetter for nexusTaxTypeGroup Nexus Tax Type GroupGetter for nexusTypeId Nexus TypeGetter for region The two or three character ISO region code of the region, state, or province in which this company declared nexus.Getter for sstEffectiveDate SST Effective DateGetter for sstEndDate SST End DateGetter for sstNexusId The id of the SST nexus record if there is one.Getter for sstType If has SST Nexus, the nexus type id of the nexusvoidsetAssignedToCountryId(Integer value) Setter for assignedToCountryId For region nexus, the assigned id for the country.voidsetCompanyId(Integer value) Setter for companyId Company IdvoidsetCountry(String value) Setter for country The two character ISO-3166 country code of the country in which this company declared nexus.voidsetEffectiveDate(Date value) Setter for effectiveDate Min the effective Date can bevoidsetEndDate(Date value) Setter for endDate Max the end date can bevoidsetHasLocalNexus(Boolean value) Setter for hasLocalNexus Has Local Nexus?voidSetter for id The nexus's idvoidsetIsRemoteSeller(Boolean value) Setter for isRemoteSeller Has nexus parameter IsRemoteSeller?voidsetJurisName(String value) Setter for jurisName Jurisdiction NamevoidsetLocalNexusType(String value) Setter for localNexusType Local Nexus Tax Type or null if no local nexusvoidsetNexusTaxTypeGroup(String value) Setter for nexusTaxTypeGroup Nexus Tax Type GroupvoidsetNexusTypeId(String value) Setter for nexusTypeId Nexus TypevoidSetter for region The two or three character ISO region code of the region, state, or province in which this company declared nexus.voidsetSstEffectiveDate(Date value) Setter for sstEffectiveDate SST Effective DatevoidsetSstEndDate(Date value) Setter for sstEndDate SST End DatevoidsetSstNexusId(Integer value) Setter for sstNexusId The id of the SST nexus record if there is one.voidsetSstType(String value) Setter for sstType If has SST Nexus, the nexus type id of the nexustoString()Returns a JSON string representation of NexusForReturnsModel
-
Constructor Details
-
NexusForReturnsModel
public NexusForReturnsModel()
-
-
Method Details
-
getId
Getter for id The nexus's id -
setId
Setter for id The nexus's id -
getCompanyId
Getter for companyId Company Id -
setCompanyId
Setter for companyId Company Id -
getAssignedToCountryId
Getter for assignedToCountryId For region nexus, the assigned id for the country. For country nexus, null. -
setAssignedToCountryId
Setter for assignedToCountryId For region nexus, the assigned id for the country. For country nexus, null. -
getCountry
Getter for country The two character ISO-3166 country code of the country in which this company declared nexus. -
setCountry
Setter for country The two character ISO-3166 country code of the country in which this company declared nexus. -
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
Setter for region The two or three character ISO region code of the region, state, or province in which this company declared nexus. -
getJurisName
Getter for jurisName Jurisdiction Name -
setJurisName
Setter for jurisName Jurisdiction Name -
getNexusTaxTypeGroup
Getter for nexusTaxTypeGroup Nexus Tax Type Group -
setNexusTaxTypeGroup
Setter for nexusTaxTypeGroup Nexus Tax Type Group -
getNexusTypeId
Getter for nexusTypeId Nexus Type -
setNexusTypeId
Setter for nexusTypeId Nexus Type -
getHasLocalNexus
Getter for hasLocalNexus Has Local Nexus? -
setHasLocalNexus
Setter for hasLocalNexus Has Local Nexus? -
getLocalNexusType
Getter for localNexusType Local Nexus Tax Type or null if no local nexus -
setLocalNexusType
Setter for localNexusType Local Nexus Tax Type or null if no local nexus -
getSstNexusId
Getter for sstNexusId The id of the SST nexus record if there is one. -
setSstNexusId
Setter for sstNexusId The id of the SST nexus record if there is one. -
getSstType
Getter for sstType If has SST Nexus, the nexus type id of the nexus -
setSstType
Setter for sstType If has SST Nexus, the nexus type id of the nexus -
getEffectiveDate
Getter for effectiveDate Min the effective Date can be -
setEffectiveDate
Setter for effectiveDate Min the effective Date can be -
getEndDate
Getter for endDate Max the end date can be -
setEndDate
Setter for endDate Max the end date can be -
getSstEffectiveDate
Getter for sstEffectiveDate SST Effective Date -
setSstEffectiveDate
Setter for sstEffectiveDate SST Effective Date -
getSstEndDate
Getter for sstEndDate SST End Date -
setSstEndDate
Setter for sstEndDate SST End Date -
getIsRemoteSeller
Getter for isRemoteSeller Has nexus parameter IsRemoteSeller? -
setIsRemoteSeller
Setter for isRemoteSeller Has nexus parameter IsRemoteSeller? -
toString
Returns a JSON string representation of NexusForReturnsModel
-