accountId (property)

The account number used for the next statement download.

Syntax

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

Default Value

""

Remarks

This is the account number for which the user wishes to download a statement. This is used during signon. This property is required to be specified when the GetStatement method is called and is also included in the server response.

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