Class PointOfSaleDataRequestModel
java.lang.Object
net.avalara.avatax.rest.client.models.PointOfSaleDataRequestModel
Point-of-Sale Data Request Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyCode A unique code that references a company within your account.Getter for documentDate The date associated with the response content.Getter for includeJurisCodes Set this value to true to include Juris Code in the response.Getter for itemCodes A list of item codes to include in this point-of-sale file.Getter for locationCodes A list of location codes to include in this point-of-sale file.Getter for partnerId A unique code assoicated with the Partner you may be working with.Getter for responseType The format of your response.Getter for taxCodes A list of tax codes to include in this point-of-sale file.void
setCompanyCode
(String value) Setter for companyCode A unique code that references a company within your account.void
setDocumentDate
(Date value) Setter for documentDate The date associated with the response content.void
setIncludeJurisCodes
(Boolean value) Setter for includeJurisCodes Set this value to true to include Juris Code in the response.void
setItemCodes
(ArrayList<String> value) Setter for itemCodes A list of item codes to include in this point-of-sale file.void
setLocationCodes
(ArrayList<String> value) Setter for locationCodes A list of location codes to include in this point-of-sale file.void
setPartnerId
(PointOfSalePartnerId value) Setter for partnerId A unique code assoicated with the Partner you may be working with.void
Setter for responseType The format of your response.void
setTaxCodes
(ArrayList<String> value) Setter for taxCodes A list of tax codes to include in this point-of-sale file.toString()
Returns a JSON string representation of PointOfSaleDataRequestModel
-
Constructor Details
-
PointOfSaleDataRequestModel
public PointOfSaleDataRequestModel()
-
-
Method Details
-
getCompanyCode
Getter for companyCode A unique code that references a company within your account. -
setCompanyCode
Setter for companyCode A unique code that references a company within your account. -
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
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
Getter for responseType The format of your response. Formats include JSON, CSV, and XML. -
setResponseType
Setter for responseType The format of your response. Formats include JSON, CSV, and XML. -
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
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
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
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
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
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
Getter for includeJurisCodes Set this value to true to include Juris Code in the response. -
setIncludeJurisCodes
Setter for includeJurisCodes Set this value to true to include Juris Code in the response. -
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
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
Returns a JSON string representation of PointOfSaleDataRequestModel
-