SearchCriteriaEndDate Property
The latest transaction date to be included in the search.
Object Oriented Interface
public function getSearchCriteriaEndDate(); public function setSearchCriteriaEndDate($value);
Procedural Interface
inpaypal_transactionsearch_get($res, 31 ); inpaypal_transactionsearch_set($res, 31, $value );
Default Value
''
Remarks
The latest transaction date to be included in the search.
PayPal defines date/time values as Coordinated Universal Time (UTC/GMT), using ISO 8601 format. An example date/time stamp is 2006-08-24T05:38:48Z.
Data Type
String