EmailSubject Property
Subject for the email sent to recipients.
Syntax
public String getEmailSubject(); public void setEmailSubject(String emailSubject);
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.
Default Value
""