FICountry (property)

Country.

Syntax

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

Default Value

""

Remarks

The country where the individual or business is located is stored in this property as a string.

This property is read-only.

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