E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

RecordType Property

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

Object Oriented Interface

public function getRecordType();
public function setRecordType($value);

Procedural Interface

inpay_check21_get($res, 46 );
inpay_check21_set($res, 46, $value );

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