includeTransactions (property)

Whether to include transactions in the statement download.

Syntax

@property (nonatomic,readwrite,assign,getter=includeTransactions,setter=setIncludeTransactions:) BOOL includeTransactions;
- (BOOL)includeTransactions;
- (void)setIncludeTransactions:(BOOL)newIncludeTransactions;
public var includeTransactions: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

This property is required when the GetStatement method is called.

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