QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

adjustment Property

Indicates whether this Journal Entry is an adjustment or not.

Syntax

def get_adjustment() -> int: ...
def set_adjustment(value: int) -> None: ...

adjustment = property(get_adjustment, set_adjustment)

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 qbxml_version to be 3.0 or greater.

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