public class

InvoiceListRequest

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

Summary

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

Public Constructors

public InvoiceListRequest ()

Public Methods

public Integer getPageSize ()

The number of invoices to retrieve, beginning with the specified page

public Integer getStartIndex ()

A zero-relative index of the merchant's list of invoices

public Boolean getTotalCountRequired ()

Determines if the total count is returned.

public void setPageSize (Integer value)

The number of invoices to retrieve, beginning with the specified page

public void setStartIndex (Integer value)

A zero-relative index of the merchant's list of invoices

public void setTotalCountRequired (Boolean value)

Determines if the total count is returned.

public String toString ()

Returns a string representing the serialized state of the InvoiceListRequest object