public class PointOfSaleDataRequestModel
extends java.lang.Object
Constructor and Description |
---|
PointOfSaleDataRequestModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyCode()
Getter for companyCode
A unique code that references a company within your account.
|
java.util.Date |
getDocumentDate()
Getter for documentDate
The date associated with the response content.
|
java.lang.Boolean |
getIncludeJurisCodes()
Getter for includeJurisCodes
Set this value to true to include Juris Code in the response.
|
java.util.ArrayList<java.lang.String> |
getItemCodes()
Getter for itemCodes
A list of item codes to include in this point-of-sale file.
|
java.util.ArrayList<java.lang.String> |
getLocationCodes()
Getter for locationCodes
A list of location codes to include in this point-of-sale file.
|
PointOfSalePartnerId |
getPartnerId()
Getter for partnerId
A unique code assoicated with the Partner you may be working with.
|
PointOfSaleFileType |
getResponseType()
Getter for responseType
The format of your response.
|
java.util.ArrayList<java.lang.String> |
getTaxCodes()
Getter for taxCodes
A list of tax codes to include in this point-of-sale file.
|
void |
setCompanyCode(java.lang.String value)
Setter for companyCode
A unique code that references a company within your account.
|
void |
setDocumentDate(java.util.Date value)
Setter for documentDate
The date associated with the response content.
|
void |
setIncludeJurisCodes(java.lang.Boolean value)
Setter for includeJurisCodes
Set this value to true to include Juris Code in the response.
|
void |
setItemCodes(java.util.ArrayList<java.lang.String> value)
Setter for itemCodes
A list of item codes to include in this point-of-sale file.
|
void |
setLocationCodes(java.util.ArrayList<java.lang.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 |
setResponseType(PointOfSaleFileType value)
Setter for responseType
The format of your response.
|
void |
setTaxCodes(java.util.ArrayList<java.lang.String> value)
Setter for taxCodes
A list of tax codes to include in this point-of-sale file.
|
java.lang.String |
toString()
Returns a JSON string representation of PointOfSaleDataRequestModel
|
public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String value)
public java.util.Date getDocumentDate()
public void setDocumentDate(java.util.Date value)
public PointOfSaleFileType getResponseType()
public void setResponseType(PointOfSaleFileType value)
public java.util.ArrayList<java.lang.String> getTaxCodes()
public void setTaxCodes(java.util.ArrayList<java.lang.String> value)
public java.util.ArrayList<java.lang.String> getItemCodes()
public void setItemCodes(java.util.ArrayList<java.lang.String> value)
public java.util.ArrayList<java.lang.String> getLocationCodes()
public void setLocationCodes(java.util.ArrayList<java.lang.String> value)
public java.lang.Boolean getIncludeJurisCodes()
public void setIncludeJurisCodes(java.lang.Boolean value)
public PointOfSalePartnerId getPartnerId()
public void setPartnerId(PointOfSalePartnerId value)
public java.lang.String toString()
toString
in class java.lang.Object