AccountId Property

The account number used for the next statement download.

Syntax

ANSI (Cross Platform)
char* GetAccountId();
int SetAccountId(const char* lpszAccountId); Unicode (Windows) LPWSTR GetAccountId();
INT SetAccountId(LPCWSTR lpszAccountId);
@property (nonatomic,readwrite,assign,getter=accountId,setter=setAccountId:) NSString* accountId;
- (NSString*)accountId;
- (void)setAccountId:(NSString*)newAccountId;
#define PID_LOANSTATEMENT_ACCOUNTID 1

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

Default Value

""

Remarks

This is the account number for which the user wishes to download a statement.

Data Type

String

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