QuickBooks Integrator 2016 .NET Edition
QuickBooks Integrator 2016 .NET Edition
Questions / Feedback?

Adjustment Property

Indicates whether this Journal Entry is an adjustment or not.

Syntax

[VB.NET]
Public Property Adjustment As JournalentryAdjustments

[C#]
public JournalentryAdjustments Adjustment {get; set;}

enum JournalentryAdjustments { jeaNotSet, jeaIsAdjustment, jeaIsNotAdjustment }

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.

Default Value

0

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