QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

bankNumber (property)

Bank account number for this account.

Syntax

@property (nonatomic,readwrite,assign,getter=bankNumber,setter=setBankNumber:) NSString* bankNumber;
- (NSString*)bankNumber;
- (void)setBankNumber:(NSString*)newBankNumber;
public var bankNumber: String {
  get {...}
set {...} }

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.

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