FIUrl Property

Financial institution URL.

Syntax

ANSI (Cross Platform)
char* GetFIUrl();
int SetFIUrl(const char* lpszFIUrl); Unicode (Windows) LPWSTR GetFIUrl();
INT SetFIUrl(LPCWSTR lpszFIUrl);
@property (nonatomic,readwrite,assign,getter=FIUrl,setter=setFIUrl:) NSString* FIUrl;
- (NSString*)FIUrl;
- (void)setFIUrl:(NSString*)newFIUrl;
#define PID_LOANSTATEMENT_FIURL 28

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 URL of the OFX Financial Institution to which the class will signon and fetch data.

Data Type

String

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