E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

OriginName Property

The short name of the ECE institution that created the file.

Syntax

ANSI (Cross Platform)
char* GetOriginName();
int SetOriginName(const char* lpszOriginName); Unicode (Windows) LPWSTR GetOriginName();
INT SetOriginName(LPCWSTR lpszOriginName);
@property (nonatomic,readwrite,assign,getter=originName,setter=setOriginName:) NSString* originName;
- (NSString*)originName;
- (void)setOriginName:(NSString*)newOriginName;
#define PID_CHECK21_ORIGINNAME 44

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

The short name of the ECE institution that created the file. This property is part of the Cash Letter Header record (type 10) and Cash Letter Control record (type 90), 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]