E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

BankName Property

Name of the account holder's bank.

Syntax

ANSI (Cross Platform)
char* GetBankName();
int SetBankName(const char* lpszBankName); Unicode (Windows) LPWSTR GetBankName();
INT SetBankName(LPCWSTR lpszBankName);
@property (nonatomic,readwrite,assign,getter=bankName,setter=setBankName:) NSString* bankName;
- (NSString*)bankName;
- (void)setBankName:(NSString*)newBankName;
#define PID_RECURRINGBILLING_BANKNAME 28

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

Name of the account holder's bank. For example, Citibank, Wells-Fargo, Wachovia, etc. This property contains the name of the bank associated with the BankRoutingNumber.

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]