E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CustomerEmail Property

Customer's email address.

Syntax

ANSI (Cross Platform)
char* GetCustomerEmail();
int SetCustomerEmail(const char* lpszCustomerEmail); Unicode (Windows) LPWSTR GetCustomerEmail();
INT SetCustomerEmail(LPCWSTR lpszCustomerEmail);
@property (nonatomic,readwrite,assign,getter=customerEmail,setter=setCustomerEmail:) NSString* customerEmail;
- (NSString*)customerEmail;
- (void)setCustomerEmail:(NSString*)newCustomerEmail;
#define PID_RECURRINGBILLING_CUSTOMEREMAIL 15

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

Default Value

""

Remarks

Customer's email address. This optional property contains the customer's email address.

This property is not available at design time.

Data Type

String

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