SearchCriteriaCreationEndDate Property
Invoice creation end date filter.
Object Oriented Interface
public function getSearchCriteriaCreationEndDate(); public function setSearchCriteriaCreationEndDate($value);
Procedural Interface
inpaypal_invoice_get($res, 94 ); inpaypal_invoice_set($res, 94, $value );
Default Value
''
Remarks
Invoice creation end date filter. This property can be used along with SearchCriteriaCreationStartDate to specify a date range.
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