Class NexusForReturnsRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusForReturnsRequestModel
Request model for the returns specific nexus fetch API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for localNexusTypeId The local nexus type id desired (optional)Getter for nexusTaxTypeGroup Description of the desired nexus tax type group (e.g.Getter for nexusTypeId The nexus type id desired (optional)Getter for showHistorical Flag indicating whether the response should include inactive nexus entries (optional)Getter for showSSTOnly Flag indicating whether to only include SST nexus entries in the response (optional)voidSetter for localNexusTypeId The local nexus type id desired (optional)voidsetNexusTaxTypeGroup(String value) Setter for nexusTaxTypeGroup Description of the desired nexus tax type group (e.g.voidsetNexusTypeId(NexusTypeId value) Setter for nexusTypeId The nexus type id desired (optional)voidsetShowHistorical(Boolean value) Setter for showHistorical Flag indicating whether the response should include inactive nexus entries (optional)voidsetShowSSTOnly(Boolean value) Setter for showSSTOnly Flag indicating whether to only include SST nexus entries in the response (optional)toString()Returns a JSON string representation of NexusForReturnsRequestModel
-
Constructor Details
-
NexusForReturnsRequestModel
public NexusForReturnsRequestModel()
-
-
Method Details
-
getNexusTaxTypeGroup
Getter for nexusTaxTypeGroup Description of the desired nexus tax type group (e.g. SalesAndUse, Lodging, etc.) -
setNexusTaxTypeGroup
Setter for nexusTaxTypeGroup Description of the desired nexus tax type group (e.g. SalesAndUse, Lodging, etc.) -
getNexusTypeId
Getter for nexusTypeId The nexus type id desired (optional) -
setNexusTypeId
Setter for nexusTypeId The nexus type id desired (optional) -
getLocalNexusTypeId
Getter for localNexusTypeId The local nexus type id desired (optional) -
setLocalNexusTypeId
Setter for localNexusTypeId The local nexus type id desired (optional) -
getShowHistorical
Getter for showHistorical Flag indicating whether the response should include inactive nexus entries (optional) -
setShowHistorical
Setter for showHistorical Flag indicating whether the response should include inactive nexus entries (optional) -
getShowSSTOnly
Getter for showSSTOnly Flag indicating whether to only include SST nexus entries in the response (optional) -
setShowSSTOnly
Setter for showSSTOnly Flag indicating whether to only include SST nexus entries in the response (optional) -
toString
Returns a JSON string representation of NexusForReturnsRequestModel
-