QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

openingBalance (property)

The opening balance of this account.

Syntax

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

Default Value

""

Remarks

The opening balance of this account (by default zero). Note that this property is only used when adding new accounts to QuickBooks, and will not be returned when retrieving account information from QuickBooks.

The amount should be formatted as a string in dollars.

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