java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.InvoiceSearchRequest |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InvoiceSearchRequest() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
addStatus(InvoiceStatus status)
Manticore doesn't support properties that are arrays of enum values, and it's complicated.
| ||||||||||
Boolean |
getArchived()
A flag indicating whether search is on invoices archived by
merchant.
| ||||||||||
String |
getEmail()
Initial letters of the email address.
| ||||||||||
Date |
getEndCreationDate()
End invoice creation date.
| ||||||||||
Date |
getEndDueDate()
End invoice due date.
| ||||||||||
Date |
getEndInvoiceDate()
End invoice date.
| ||||||||||
Date |
getEndPaymentDate()
End invoice payment date.
| ||||||||||
BigDecimal |
getLowerTotalAmount()
Base object for all financial value
related fields (balance, payment due, etc.)
| ||||||||||
String |
getNumber()
The invoice number that appears on the invoice.
| ||||||||||
Integer |
getPageSize()
Page size of the search results.
| ||||||||||
String |
getRecipientBusinessName()
Initial letters of the recipient's business name.
| ||||||||||
String |
getRecipientFirstName()
Initial letters of the recipient's first name.
| ||||||||||
String |
getRecipientLastName()
Initial letters of the recipient's last name.
| ||||||||||
Date |
getStartCreationDate()
Start invoice creation date.
| ||||||||||
Date |
getStartDueDate()
Start invoice due date.
| ||||||||||
Integer |
getStartIndex()
A zero-relative index of the merchant's list of invoices
| ||||||||||
Date |
getStartInvoiceDate()
Start invoice date.
| ||||||||||
Date |
getStartPaymentDate()
Start invoice payment date.
| ||||||||||
Boolean |
getTotalCountRequired()
A flag indicating whether total
count is required in the response.
| ||||||||||
BigDecimal |
getUpperTotalAmount()
Base object for all financial value
related fields (balance, payment due, etc.)
| ||||||||||
void |
setArchived(Boolean value)
A flag indicating whether search is on invoices archived by
merchant.
| ||||||||||
void |
setEmail(String value)
Initial letters of the email address.
| ||||||||||
void |
setEndCreationDate(Date value)
End invoice creation date.
| ||||||||||
void |
setEndDueDate(Date value)
End invoice due date.
| ||||||||||
void |
setEndInvoiceDate(Date value)
End invoice date.
| ||||||||||
void |
setEndPaymentDate(Date value)
End invoice payment date.
| ||||||||||
void |
setLowerTotalAmount(BigDecimal value)
Base object for all financial value
related fields (balance, payment due, etc.)
| ||||||||||
void |
setNumber(String value)
The invoice number that appears on the invoice.
| ||||||||||
void |
setPageSize(Integer value)
Page size of the search results.
| ||||||||||
void |
setRecipientBusinessName(String value)
Initial letters of the recipient's business name.
| ||||||||||
void |
setRecipientFirstName(String value)
Initial letters of the recipient's first name.
| ||||||||||
void |
setRecipientLastName(String value)
Initial letters of the recipient's last name.
| ||||||||||
void |
setStartCreationDate(Date value)
Start invoice creation date.
| ||||||||||
void |
setStartDueDate(Date value)
Start invoice due date.
| ||||||||||
void |
setStartIndex(Integer value)
A zero-relative index of the merchant's list of invoices
| ||||||||||
void |
setStartInvoiceDate(Date value)
Start invoice date.
| ||||||||||
void |
setStartPaymentDate(Date value)
Start invoice payment date.
| ||||||||||
void |
setTotalCountRequired(Boolean value)
A flag indicating whether total
count is required in the response.
| ||||||||||
void |
setUpperTotalAmount(BigDecimal value)
Base object for all financial value
related fields (balance, payment due, etc.)
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the InvoiceSearchRequest object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Manticore doesn't support properties that are arrays of enum values, and it's complicated. So instead of a property for the status array, we have this method.
A flag indicating whether search is on invoices archived by merchant. true - returns archived / false returns unarchived / null returns all.
Initial letters of the email address.
End invoice creation date. Date format yyyy-MM-dd z, as defined in ISO8601.
End invoice due date. Date format yyyy-MM-dd z, as defined in ISO8601.
End invoice date. Date format yyyy-MM-dd z, as defined in ISO8601.
End invoice payment date. Date format yyyy-MM-dd z, as defined in ISO8601.
Base object for all financial value related fields (balance, payment due, etc.)
The invoice number that appears on the invoice.
Page size of the search results.
Initial letters of the recipient's business name.
Initial letters of the recipient's first name.
Initial letters of the recipient's last name.
Start invoice creation date. Date format yyyy-MM-dd z, as defined in ISO8601.
Start invoice due date. Date format yyyy-MM-dd z, as defined in ISO8601.
A zero-relative index of the merchant's list of invoices
Start invoice date. Date format yyyy-MM-dd z, as defined in ISO8601.
Start invoice payment date. Date format yyyy-MM-dd z, as defined in ISO8601.
A flag indicating whether total count is required in the response.
Base object for all financial value related fields (balance, payment due, etc.)
A flag indicating whether search is on invoices archived by merchant. true - returns archived / false returns unarchived / null returns all.
Initial letters of the email address.
End invoice creation date. Date format yyyy-MM-dd z, as defined in ISO8601.
End invoice due date. Date format yyyy-MM-dd z, as defined in ISO8601.
End invoice date. Date format yyyy-MM-dd z, as defined in ISO8601.
End invoice payment date. Date format yyyy-MM-dd z, as defined in ISO8601.
Base object for all financial value related fields (balance, payment due, etc.)
The invoice number that appears on the invoice.
Page size of the search results.
Initial letters of the recipient's business name.
Initial letters of the recipient's first name.
Initial letters of the recipient's last name.
Start invoice creation date. Date format yyyy-MM-dd z, as defined in ISO8601.
Start invoice due date. Date format yyyy-MM-dd z, as defined in ISO8601.
A zero-relative index of the merchant's list of invoices
Start invoice date. Date format yyyy-MM-dd z, as defined in ISO8601.
Start invoice payment date. Date format yyyy-MM-dd z, as defined in ISO8601.
A flag indicating whether total count is required in the response.
Base object for all financial value related fields (balance, payment due, etc.)
Returns a string representing the serialized state of the InvoiceSearchRequest object