FIAddress1 (property)

Street address.

Syntax

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

Default Value

""

Remarks

The first 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]