PaymentToBankId Property

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

Syntax

ANSI (Cross Platform)
char* GetPaymentToBankId();
int SetPaymentToBankId(const char* lpszPaymentToBankId); Unicode (Windows) LPWSTR GetPaymentToBankId();
INT SetPaymentToBankId(LPCWSTR lpszPaymentToBankId);
@property (nonatomic,readwrite,assign,getter=paymentToBankId,setter=setPaymentToBankId:) NSString* paymentToBankId;
- (NSString*)paymentToBankId;
- (void)setPaymentToBankId:(NSString*)newPaymentToBankId;
#define PID_BILLPAYMENT_PAYMENTTOBANKID 53

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 deposited.

This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via PayeeId.

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]