SearchHasPreviousPage Property
Indicates if a previous page of invoice summary results exists.
Object Oriented Interface
public function getSearchHasPreviousPage();
Procedural Interface
inpaypal_invoice_get($res, 114 );
Default Value
false
Remarks
This property will be populated after a call to Search is made. If this property is True, a previous page of invoice summary results exists. To retrieve the previous page, you can decrement SearchCriteriaPage by 1 and call Search.
This property is read-only.
Data Type
Boolean