BuyerEmail Property
Buyer's email address.
Syntax
__property String BuyerEmail = {read=FBuyerEmail, write=FSetBuyerEmail, default=""};
Default Value
""
Remarks
Email address of the buyer as entered during checkout. PayPal uses this value to pre-fill the PayPal membership sign-up portion of the PayPal login page.
This property is optional when calling the SetCheckout method.
Character length and limit: 127 single-byte alphanumeric characters.
Data Type
String