E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CompanyName Property

The Company Name.

Syntax

ANSI (Cross Platform)
char* GetCompanyName();
int SetCompanyName(const char* lpszCompanyName); Unicode (Windows) LPWSTR GetCompanyName();
INT SetCompanyName(LPCWSTR lpszCompanyName);
@property (nonatomic,readwrite,assign,getter=companyName,setter=setCompanyName:) NSString* companyName;
- (NSString*)companyName;
- (void)setCompanyName:(NSString*)newCompanyName;
#define PID_ECHECK_COMPANYNAME 8

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

Default Value

""

Remarks

This property contains the Company Name associated with the billing address.

Data Type

String

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