| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.InvoiceListRequest | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InvoiceListRequest() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Integer |
getPageSize()
The number of invoices to retrieve, beginning with the specified page
| ||||||||||
| Integer |
getStartIndex()
A zero-relative index of the merchant's list of invoices
| ||||||||||
| Boolean |
getTotalCountRequired()
Determines if the total count is returned.
| ||||||||||
| void |
setPageSize(Integer value)
The number of invoices to retrieve, beginning with the specified page
| ||||||||||
| void |
setStartIndex(Integer value)
A zero-relative index of the merchant's list of invoices
| ||||||||||
| void |
setTotalCountRequired(Boolean value)
Determines if the total count is returned.
| ||||||||||
| String |
toString()
Returns a string representing the serialized state of the InvoiceListRequest object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The number of invoices to retrieve, beginning with the specified page
A zero-relative index of the merchant's list of invoices
Determines if the total count is returned.
The number of invoices to retrieve, beginning with the specified page
A zero-relative index of the merchant's list of invoices
Determines if the total count is returned.
Returns a string representing the serialized state of the InvoiceListRequest object