OFXUser (property)

User's id.

Syntax

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

Default Value

""

Remarks

This is the UserID used when signing on to the OFX Financial Institution's service.

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