E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

checkPayeeName (property)

The name of the payee from the check.

Syntax

- (NSString*)checkPayeeName:(int)checkIndex;
- (void)setCheckPayeeName:(int)checkIndex:(NSString*)newCheckPayeeName;
public func checkPayeeName(checkIndex: Int32) throws -> String
public func setCheckPayeeName(checkIndex: Int32, newCheckPayeeName: String) throws -> Void

Default Value

""

Remarks

The name of the payee from the check. This property is part of the Check Detail Addendum A record (type 26), and is 15 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]