E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

BuyerEmail Property

Buyer's email address.

Object Oriented Interface

public function getBuyerEmail();
public function setBuyerEmail($value);

Procedural Interface

inpay_expresscheckout_get($res, 2 );
inpay_expresscheckout_set($res, 2, $value );

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

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 PHP Edition - Version 20.0 [Build 7941]