E-Payment Integrator 2020 Qt Edition

Questions / Feedback?

RecordType Property

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

Syntax

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)

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 Qt Edition - Version 20.0 [Build 7941]