E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

BuyerEmail Property

Buyer's email address.

Syntax

ANSI (Cross Platform)
char* GetBuyerEmail();
int SetBuyerEmail(const char* lpszBuyerEmail); Unicode (Windows) LPWSTR GetBuyerEmail();
INT SetBuyerEmail(LPCWSTR lpszBuyerEmail);
@property (nonatomic,readwrite,assign,getter=buyerEmail,setter=setBuyerEmail:) NSString* buyerEmail;
- (NSString*)buyerEmail;
- (void)setBuyerEmail:(NSString*)newBuyerEmail;
#define PID_EXPRESSCHECKOUT_BUYEREMAIL 2

INPAY_EXTERNAL void* INPAY_CALL InPay_ExpressCheckout_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ExpressCheckout_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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 C++ Edition - Version 20.0 [Build 7941]