QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qbxml_version Property

The version of QBXML used to generate the update aggregate.

Syntax

def get_qbxml_version() -> str: ...
def set_qbxml_version(value: str) -> None: ...

qbxml_version = property(get_qbxml_version, set_qbxml_version)

Default Value

"3.0"

Remarks

This should match the qbxml_version of the class you're generating a group line update aggregate for.

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