QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

AccountNumber Property

Account number for this account.

Object Oriented Interface

public function getAccountNumber();
public function setAccountNumber($value);

Procedural Interface

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

Default Value

''

Remarks

The account number for this account. It will show up if you select the "Use Account Numbers" configuration option from within QuickBooks.

Data Type

String

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