E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkCanRecreateImages (property)

A code that indicates whether the sender has the ability to recreate the check images (from the original source) for the duration of the agreed to retention time frame.

Syntax

- (BOOL)checkCanRecreateImages:(int)checkIndex;
- (void)setCheckCanRecreateImages:(int)checkIndex:(BOOL)newCheckCanRecreateImages;
public func checkCanRecreateImages(checkIndex: Int32) throws -> Bool
public func setCheckCanRecreateImages(checkIndex: Int32, newCheckCanRecreateImages: Bool) throws -> Void

Default Value

TRUE

Remarks

A code that indicates whether the sender has the ability to recreate the check images (from the original source) for the duration of the agreed to retention time frame.

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

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