public class

InvoiceListResponse

extends PayPalRetailObject
java.lang.Object
   ↳ PayPalRetailObject
     ↳ com.paypal.paypalretailsdk.InvoiceListResponse

Summary

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
From class java.lang.Object

Public Constructors

public InvoiceListResponse ()

Public Methods

public Boolean getHasMore ()

yes if this is not the last page of invoices

public List<Invoice> getInvoices ()

All the invoices in the requested page of the invoice list

public Integer getTotalCount ()

The total number of invoices in the invoice list. May be 0 if totalCountRequired wasn't specified.

public void setHasMore (Boolean value)

yes if this is not the last page of invoices

public void setInvoices (List<Invoice> value)

All the invoices in the requested page of the invoice list

public void setTotalCount (Integer value)

The total number of invoices in the invoice list. May be 0 if totalCountRequired wasn't specified.

public String toString ()

Returns a string representing the serialized state of the InvoiceListResponse object