FIAddress2 (property)

Street address.

Syntax

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

Default Value

""

Remarks

The second line of the street address 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]