Class PointOfSaleDataRequestModel

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

public class PointOfSaleDataRequestModel extends Object
Point-of-Sale Data Request Model
  • Constructor Details

    • PointOfSaleDataRequestModel

      public PointOfSaleDataRequestModel()
  • Method Details

    • getCompanyCode

      public String getCompanyCode()
      Getter for companyCode A unique code that references a company within your account.
    • setCompanyCode

      public void setCompanyCode(String value)
      Setter for companyCode A unique code that references a company within your account.
    • getDocumentDate

      public Date getDocumentDate()
      Getter for documentDate The date associated with the response content. Default is current date. This field can be used to backdate or postdate the response content.
    • setDocumentDate

      public void setDocumentDate(Date value)
      Setter for documentDate The date associated with the response content. Default is current date. This field can be used to backdate or postdate the response content.
    • getResponseType

      public PointOfSaleFileType getResponseType()
      Getter for responseType The format of your response. Formats include JSON, CSV, and XML.
    • setResponseType

      public void setResponseType(PointOfSaleFileType value)
      Setter for responseType The format of your response. Formats include JSON, CSV, and XML.
    • getTaxCodes

      public ArrayList<String> getTaxCodes()
      Getter for taxCodes A list of tax codes to include in this point-of-sale file. If no tax codes are specified, response will include all distinct tax codes associated with the Items within your company.
    • setTaxCodes

      public void setTaxCodes(ArrayList<String> value)
      Setter for taxCodes A list of tax codes to include in this point-of-sale file. If no tax codes are specified, response will include all distinct tax codes associated with the Items within your company.
    • getItemCodes

      public ArrayList<String> getItemCodes()
      Getter for itemCodes A list of item codes to include in this point-of-sale file. If no item codes are specified, responese will include all distinct item codes associated with the Items within your company.
    • setItemCodes

      public void setItemCodes(ArrayList<String> value)
      Setter for itemCodes A list of item codes to include in this point-of-sale file. If no item codes are specified, responese will include all distinct item codes associated with the Items within your company.
    • getLocationCodes

      public ArrayList<String> getLocationCodes()
      Getter for locationCodes A list of location codes to include in this point-of-sale file. If no location codes are specified, response will include all locations within your company.
    • setLocationCodes

      public void setLocationCodes(ArrayList<String> value)
      Setter for locationCodes A list of location codes to include in this point-of-sale file. If no location codes are specified, response will include all locations within your company.
    • getIncludeJurisCodes

      public Boolean getIncludeJurisCodes()
      Getter for includeJurisCodes Set this value to true to include Juris Code in the response.
    • setIncludeJurisCodes

      public void setIncludeJurisCodes(Boolean value)
      Setter for includeJurisCodes Set this value to true to include Juris Code in the response.
    • getPartnerId

      public PointOfSalePartnerId getPartnerId()
      Getter for partnerId A unique code assoicated with the Partner you may be working with. If you are not working with a Partner or your Partner has not provided you an ID, leave null.
    • setPartnerId

      public void setPartnerId(PointOfSalePartnerId value)
      Setter for partnerId A unique code assoicated with the Partner you may be working with. If you are not working with a Partner or your Partner has not provided you an ID, leave null.
    • toString

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