Memo Property
Note entered by customer when paying for item.
Object Oriented Interface
public function getMemo();
Procedural Interface
inpaypal_ipn_get($res, 20 );
Default Value
''
Remarks
This property will reflect the memo as entered by your customer on the "PayPal Website Payments" page, in the "Note" field.
This property will be filled after calling either the FillFormVars or VerifyIPN method.
The value of this property is parsed out of the Instant Payment Notification data that was posted by PayPal to your webserver. If you are passing the entire post data to FillFormVars, this will save you having to parse each form variable separately.
This property is read-only.
Data Type
String