QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

BankAccountName Property

Refers to the account from which the funds are being drawn for this bill payment.

Syntax

ANSI (Cross Platform)
char* GetBankAccountName();
int SetBankAccountName(const char* lpszBankAccountName); Unicode (Windows) LPWSTR GetBankAccountName();
INT SetBankAccountName(LPCWSTR lpszBankAccountName);
@property (nonatomic,readwrite,assign,getter=bankAccountName,setter=setBankAccountName:) NSString* bankAccountName;
- (NSString*)bankAccountName;
- (void)setBankAccountName:(NSString*)newBankAccountName;
#define PID_BILLPAYMENT_BANKACCOUNTNAME 19

INQB_EXTERNAL void* INQB_CALL InQB_BillPayment_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_BillPayment_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

For example, "Checking" or "Savings". This property is only applicable to the pmCheck PaymentMethod.

Data Type

String

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