TransferToBankId Property

Number that identifies the bank where money has to be deposited to.

Syntax

ANSI (Cross Platform)
char* GetTransferToBankId();
int SetTransferToBankId(const char* lpszTransferToBankId); Unicode (Windows) LPWSTR GetTransferToBankId();
INT SetTransferToBankId(LPCWSTR lpszTransferToBankId);
@property (nonatomic,readwrite,assign,getter=transferToBankId,setter=setTransferToBankId:) NSString* transferToBankId;
- (NSString*)transferToBankId;
- (void)setTransferToBankId:(NSString*)newTransferToBankId;
#define PID_BANKTRANSFER_TRANSFERTOBANKID 54

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

Default Value

""

Remarks

Number that identifies the bank where money has to be deposited to.

This is the bank id where the destination account is located. When initiating or modifying an interbank transfer (i.e., transferring funds between two accounts at different FIs) and TransferToAccountType is set to a value different than CreditCard, the TransferToBankId is required to be provided in the request. Otherwise, it should not be set.

This property is not available at design time.

Data Type

String

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