FIName (property)

Name.

Syntax

@property (nonatomic,readonly,assign,getter=FIName) NSString* FIName;
- (NSString*)FIName;
public var FIName: String {
  get {...}
}

Default Value

""

Remarks

The name of the individual or business is stored in this property as a string.

This property is read-only.

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