E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

CheckMICRProcessingCode Property

The external processing code from the MICR line of a check, if present.

Syntax

ANSI (Cross Platform)
char* GetCheckMICRProcessingCode(int iCheckIndex);
int SetCheckMICRProcessingCode(int iCheckIndex, const char* lpszCheckMICRProcessingCode); Unicode (Windows) LPWSTR GetCheckMICRProcessingCode(INT iCheckIndex);
INT SetCheckMICRProcessingCode(INT iCheckIndex, LPCWSTR lpszCheckMICRProcessingCode);
- (NSString*)checkMICRProcessingCode:(int)checkIndex;
- (void)setCheckMICRProcessingCode:(int)checkIndex:(NSString*)newCheckMICRProcessingCode;
#define PID_CHECK21_CHECKMICRPROCESSINGCODE 24

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);
INPAY_EXTERNAL int INPAY_CALL InPay_Check21_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The external processing code from the MICR line of a check, if present. This is also known as "Position 44",. and is used for special purposes as authorized by the Accredited Standards Committee X9. This property is part of the Check detail record (type 25), and is 1 character in length.

The CheckIndex parameter specifies the index of the item in the array. The size of the array is controlled by the CheckCount property.

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]