E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

PayerEmail Property

Email address of the payer.

Syntax

ANSI (Cross Platform)
char* GetPayerEmail();
int SetPayerEmail(const char* lpszPayerEmail); Unicode (Windows) LPWSTR GetPayerEmail();
INT SetPayerEmail(LPCWSTR lpszPayerEmail);
@property (nonatomic,readwrite,assign,getter=payerEmail,setter=setPayerEmail:) NSString* payerEmail;
- (NSString*)payerEmail;
- (void)setPayerEmail:(NSString*)newPayerEmail;
#define PID_DIRECTPAYMENT_PAYEREMAIL 32

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

Default Value

""

Remarks

Email address of the payer.

This property is optional.

Data Type

String

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