E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

OriginRoutingNumber Property

A number that identifies the ECE institution that originates the file.

Syntax

ANSI (Cross Platform)
char* GetOriginRoutingNumber();
int SetOriginRoutingNumber(const char* lpszOriginRoutingNumber); Unicode (Windows) LPWSTR GetOriginRoutingNumber();
INT SetOriginRoutingNumber(LPCWSTR lpszOriginRoutingNumber);
@property (nonatomic,readwrite,assign,getter=originRoutingNumber,setter=setOriginRoutingNumber:) NSString* originRoutingNumber;
- (NSString*)originRoutingNumber;
- (void)setOriginRoutingNumber:(NSString*)newOriginRoutingNumber;
#define PID_CHECK21_ORIGINROUTINGNUMBER 45

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 number that identifies the ECE institution that originates the file. This property is part of the File Header record (type 01) and Cash Letter Header record (type 10), and Bundle Header record (type 20), and is exactly 9 characters long including the check digit.

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]