E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

BankAccountHolderName Property

Account holder's name.

Syntax

ANSI (Cross Platform)
char* GetBankAccountHolderName();
int SetBankAccountHolderName(const char* lpszBankAccountHolderName); Unicode (Windows) LPWSTR GetBankAccountHolderName();
INT SetBankAccountHolderName(LPCWSTR lpszBankAccountHolderName);
@property (nonatomic,readwrite,assign,getter=bankAccountHolderName,setter=setBankAccountHolderName:) NSString* bankAccountHolderName;
- (NSString*)bankAccountHolderName;
- (void)setBankAccountHolderName:(NSString*)newBankAccountHolderName;
#define PID_RECURRINGBILLING_BANKACCOUNTHOLDERNAME 25

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

Account holder's name. This property contains the customer's name as it appears on their account. Many gateways use this property in addition to, or instead of, the Customer Firsts and Last name properties. Note that if this property is not specified, the FullName property from the EPCustomer type will be used instead.

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]