OFXRequest (property)

The current OFX request aggregate.

Syntax

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

Default Value

""

Remarks

Polling OFXRequest will cause the class to generate and return an OFX request aggregate.

This property is read-only.

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