QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

BankNumber Property

Bank account number for this account.

Syntax

ANSI (Cross Platform)
char* GetBankNumber();
int SetBankNumber(const char* lpszBankNumber); Unicode (Windows) LPWSTR GetBankNumber();
INT SetBankNumber(LPCWSTR lpszBankNumber);
@property (nonatomic,readwrite,assign,getter=bankNumber,setter=setBankNumber:) NSString* bankNumber;
- (NSString*)bankNumber;
- (void)setBankNumber:(NSString*)newBankNumber;
#define PID_ACCOUNT_BANKNUMBER 5

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

Default Value

""

Remarks

The bank account number for this account (or an identifying note).

Note that this is considered sensitive data. It may always be specified when adding data to QuickBooks. When retrieving data from QuickBooks, it will only be returned if QBXMLVersion is set to at least "2.0", and only if you have granted integrated applications permission to access sensitive data from within QuickBooks.

Data Type

String

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