Class NexusForReturnsRequestModel

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

public class NexusForReturnsRequestModel extends Object
Request model for the returns specific nexus fetch API
  • Constructor Details

    • NexusForReturnsRequestModel

      public NexusForReturnsRequestModel()
  • Method Details

    • getNexusTaxTypeGroup

      public String getNexusTaxTypeGroup()
      Getter for nexusTaxTypeGroup Description of the desired nexus tax type group (e.g. SalesAndUse, Lodging, etc.)
    • setNexusTaxTypeGroup

      public void setNexusTaxTypeGroup(String value)
      Setter for nexusTaxTypeGroup Description of the desired nexus tax type group (e.g. SalesAndUse, Lodging, etc.)
    • getNexusTypeId

      public NexusTypeId getNexusTypeId()
      Getter for nexusTypeId The nexus type id desired (optional)
    • setNexusTypeId

      public void setNexusTypeId(NexusTypeId value)
      Setter for nexusTypeId The nexus type id desired (optional)
    • getLocalNexusTypeId

      public LocalNexusTypeId getLocalNexusTypeId()
      Getter for localNexusTypeId The local nexus type id desired (optional)
    • setLocalNexusTypeId

      public void setLocalNexusTypeId(LocalNexusTypeId value)
      Setter for localNexusTypeId The local nexus type id desired (optional)
    • getShowHistorical

      public Boolean getShowHistorical()
      Getter for showHistorical Flag indicating whether the response should include inactive nexus entries (optional)
    • setShowHistorical

      public void setShowHistorical(Boolean value)
      Setter for showHistorical Flag indicating whether the response should include inactive nexus entries (optional)
    • getShowSSTOnly

      public Boolean getShowSSTOnly()
      Getter for showSSTOnly Flag indicating whether to only include SST nexus entries in the response (optional)
    • setShowSSTOnly

      public void setShowSSTOnly(Boolean value)
      Setter for showSSTOnly Flag indicating whether to only include SST nexus entries in the response (optional)
    • toString

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