QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

OpeningBalance Property

The opening balance of this account.

Object Oriented Interface

public function getOpeningBalance();
public function setOpeningBalance($value);

Procedural Interface

inqb_account_get($res, 8 );
inqb_account_set($res, 8, $value );

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.

Data Type

String

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