E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

RecordType Property

A code that indicates the type of records contained in this file.

Syntax

ANSI (Cross Platform)
int GetRecordType();
int SetRecordType(int iRecordType); Unicode (Windows) INT GetRecordType();
INT SetRecordType(INT iRecordType);

Possible Values

RT_NO_CHECKS(0), 
RT_CHECKS_NO_IMAGES(1),
RT_CHECKS_AND_IMAGES(2),
RT_IMAGES_FOR_CASH_LETTER(3)
@property (nonatomic,readwrite,assign,getter=recordType,setter=setRecordType:) int recordType;
- (int)recordType;
- (void)setRecordType:(int)newRecordType;

Possible Values

RT_NO_CHECKS(0), 
RT_CHECKS_NO_IMAGES(1),
RT_CHECKS_AND_IMAGES(2),
RT_IMAGES_FOR_CASH_LETTER(3)
#define PID_CHECK21_RECORDTYPE 46

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

0

Remarks

If an image is associated with any (even one) CheckDetail detail record, this property must be set to rtChecksAndImages or rtImagesForCashLetter. This property is part of the Cash Letter record (type 10) and may be set to any of the values listed below:

rtNoChecksNo electronic check records or image records. (only applicable for an empty cash letter with no Checks.)
rtChecksNoImagesFile contains electronic check records with no images.
rtChecksAndImagesFile contains electronic check records with images.
rtImagesForCashLetterFile contains electronic check records and images that correspond to a previously sent file (ie, a file sent with a RecordType of rtChecksNoImages). The Checks in this file that contain posting data shall not be changed from the previously sent file with CollectionType 1 or 2.

Data Type

Integer

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