FIUrl (property)

Financial institution URL.

Syntax

@property (nonatomic,readwrite,assign,getter=FIUrl,setter=setFIUrl:) NSString* FIUrl;
- (NSString*)FIUrl;
- (void)setFIUrl:(NSString*)newFIUrl;
public var FIUrl: String {
  get {...}
set {...} }

Default Value

""

Remarks

This is the URL of the OFX Financial Institution to which the class will signon and fetch data.

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