E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkBOFDTruncator (property)

Identifies if this BOFD is the truncator of the original check.

Syntax

- (BOOL)checkBOFDTruncator:(int)checkIndex;
- (void)setCheckBOFDTruncator:(int)checkIndex:(BOOL)newCheckBOFDTruncator;
public func checkBOFDTruncator(checkIndex: Int32) throws -> Bool
public func setCheckBOFDTruncator(checkIndex: Int32, newCheckBOFDTruncator: Bool) throws -> Void

Default Value

TRUE

Remarks

Identifies if this BOFD is the truncator of the original check. This property is part of the Check Detail Addendum A record (type 26), and is True by default.

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]