EmailSubject Property
Subject for the email sent to recipients.
Object Oriented Interface
public function getEmailSubject(); public function setEmailSubject($value);
Procedural Interface
inpaypal_masspay_get($res, 3 ); inpaypal_masspay_set($res, 3, $value );
Default Value
''
Remarks
When a payment is made, the recipient will receive a notification email from PayPal. You can control the subject of that email with this property. However, you can only set one subject for all the payments you're sending in a Mass payment. You can not set a subject for each individual payment.
Data Type
String