IncludeTransactions Property

Whether to include transactions in the statement download.

Syntax

ANSI (Cross Platform)
int GetIncludeTransactions();
int SetIncludeTransactions(int bIncludeTransactions); Unicode (Windows) BOOL GetIncludeTransactions();
INT SetIncludeTransactions(BOOL bIncludeTransactions);
@property (nonatomic,readwrite,assign,getter=includeTransactions,setter=setIncludeTransactions:) BOOL includeTransactions;
- (BOOL)includeTransactions;
- (void)setIncludeTransactions:(BOOL)newIncludeTransactions;
#define PID_INVSTATEMENT_INCLUDETRANSACTIONS 34

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_InvStatement_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_InvStatement_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

TRUE

Remarks

This property is required when the GetStatement method is called.

Data Type

Boolean

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