E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkBOFDBranch (property)

A code that identifies the branch at the Bank of First Deposit.

Syntax

- (NSString*)checkBOFDBranch:(int)checkIndex;
- (void)setCheckBOFDBranch:(int)checkIndex:(NSString*)newCheckBOFDBranch;
public func checkBOFDBranch(checkIndex: Int32) throws -> String
public func setCheckBOFDBranch(checkIndex: Int32, newCheckBOFDBranch: String) throws -> Void

Default Value

""

Remarks

A code that identifies the branch at the Bank of First Deposit. This property is part of the Check Detail Addendum A record (type 26), and is 5 characters in length.

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]