QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

Adjustment Property

Indicates whether this Journal Entry is an adjustment or not.

Object Oriented Interface

public function getAdjustment();
public function setAdjustment($value);

Procedural Interface

inqb_journalentry_get($res, 1 );
inqb_journalentry_set($res, 1, $value );

Default Value

0

Remarks

When a change is an "adjustment," the original information is retained, usually so an accountant can see the effects of the adjustment. The use of this property requires QBXMLVersion to be 3.0 or greater.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]