OFXAppId (property)

OFX application identifier.

Syntax

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

Default Value

""

Remarks

This is the unique identifier of the user's OFX application.

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