BankNumber Property
Bank account number for this account.
Object Oriented Interface
public function getBankNumber(); public function setBankNumber($value);
Procedural Interface
inqb_account_get($res, 5 ); inqb_account_set($res, 5, $value );
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