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