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_BANKSTATEMENT_ACCOUNTID 1

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_BankStatement_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_BankStatement_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. For checking and savings accounts, this is the number that appears at the bottom of the user's checks or deposit slips, to the right of the routing number.

Data Type

String

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