PaymentFromBankId Property

Number that identifies the bank where the money is to be withdrawn.

Syntax

ANSI (Cross Platform)
char* GetPaymentFromBankId();
int SetPaymentFromBankId(const char* lpszPaymentFromBankId); Unicode (Windows) LPWSTR GetPaymentFromBankId();
INT SetPaymentFromBankId(LPCWSTR lpszPaymentFromBankId);
@property (nonatomic,readwrite,assign,getter=paymentFromBankId,setter=setPaymentFromBankId:) NSString* paymentFromBankId;
- (NSString*)paymentFromBankId;
- (void)setPaymentFromBankId:(NSString*)newPaymentFromBankId;
#define PID_BILLPAYMENT_PAYMENTFROMBANKID 43

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

Default Value

""

Remarks

Number that identifies the bank where the money is to be withdrawn.

This is required to be provided when a bill payment request has been made.

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]