FIOrganization Property

Financial institution organization name.

Syntax

ANSI (Cross Platform)
char* GetFIOrganization();
int SetFIOrganization(const char* lpszFIOrganization); Unicode (Windows) LPWSTR GetFIOrganization();
INT SetFIOrganization(LPCWSTR lpszFIOrganization);
@property (nonatomic,readwrite,assign,getter=FIOrganization,setter=setFIOrganization:) NSString* FIOrganization;
- (NSString*)FIOrganization;
- (void)setFIOrganization:(NSString*)newFIOrganization;
#define PID_CCSTATEMENT_FIORGANIZATION 24

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

Default Value

""

Remarks

This is the name of the OFX Financial Institution and is used during signon. Each organization has a unique FIId that must also be used at signon.

Data Type

String

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