currencyCode (property)

Default currency code for this statement.

Syntax

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

Default Value

""

Remarks

Indicates how to interpret the monetary amounts in the current statement. This is a 3-character ISO-4217 currency code, such as USD and EUR.

This property is read-only.

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