E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

OriginContactName Property

A contact at the institution that creates the file.

Syntax

ANSI (Cross Platform)
char* GetOriginContactName();
int SetOriginContactName(const char* lpszOriginContactName); Unicode (Windows) LPWSTR GetOriginContactName();
INT SetOriginContactName(LPCWSTR lpszOriginContactName);
@property (nonatomic,readwrite,assign,getter=originContactName,setter=setOriginContactName:) NSString* originContactName;
- (NSString*)originContactName;
- (void)setOriginContactName:(NSString*)newOriginContactName;
#define PID_CHECK21_ORIGINCONTACTNAME 42

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

Default Value

""

Remarks

A contact at the institution that creates the file. This property is part of the File Control record (type 99), and is 14 characters in length.

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]