java.lang.Object | ||
↳ | PayPalRetailObject | |
↳ | com.paypal.paypalretailsdk.InvoiceListResponse |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
InvoiceListResponse() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Boolean |
getHasMore()
yes if this is not the last page of invoices
| ||||||||||
List<Invoice> |
getInvoices()
All the invoices in the requested page of the invoice list
| ||||||||||
Integer |
getTotalCount()
The total number of invoices in the invoice list.
| ||||||||||
void |
setHasMore(Boolean value)
yes if this is not the last page of invoices
| ||||||||||
void |
setInvoices(List<Invoice> value)
All the invoices in the requested page of the invoice list
| ||||||||||
void |
setTotalCount(Integer value)
The total number of invoices in the invoice list.
| ||||||||||
String |
toString()
Returns a string representing the serialized state of the InvoiceListResponse object
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
yes if this is not the last page of invoices
The total number of invoices in the invoice list. May be 0 if totalCountRequired wasn't specified.
yes if this is not the last page of invoices
All the invoices in the requested page of the invoice list
The total number of invoices in the invoice list. May be 0 if totalCountRequired wasn't specified.
Returns a string representing the serialized state of the InvoiceListResponse object