SearchCriteriaPageSize Property
The specifies the number of results per page that should be returned.
Object Oriented Interface
public function getSearchCriteriaPageSize(); public function setSearchCriteriaPageSize($value);
Procedural Interface
inpaypal_invoice_get($res, 107 ); inpaypal_invoice_set($res, 107, $value );
Default Value
20
Remarks
The specifies the number of results per page that should be returned. This property is required to be set (valid values are between 1 and 100). The default value is '20'.
Data Type
Integer