QuickBooks Integrator 2020 Java Edition

Questions / Feedback?

Adjustment Property

Indicates whether this Journal Entry is an adjustment or not.

Syntax

public int getAdjustment();
public void setAdjustment(int adjustment);

Enumerated values: public final static int jeaNotSet = 0; public final static int jeaIsAdjustment = 1; public final static int jeaIsNotAdjustment = 2;

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.

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