BankId Property

Number that identifies the bank.

Syntax

ANSI (Cross Platform)
char* GetBankId();
int SetBankId(const char* lpszBankId); Unicode (Windows) LPWSTR GetBankId();
INT SetBankId(LPCWSTR lpszBankId);
@property (nonatomic,readwrite,assign,getter=bankId,setter=setBankId:) NSString* bankId;
- (NSString*)bankId;
- (void)setBankId:(NSString*)newBankId;
#define PID_BANKSTATEMENT_BANKID 5

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

The meaning of this string differs with the location of the bank.

BELBank code
CANRouting and transit number
CHEClearing number
DEUBankleitzahl
ESPEntidad
FRABanque
GBRSort code
ITAABI
NLDNot used; contents of this field are ignored
USARouting and transit number.

Data Type

String

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