QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

parent_id Property

Reference to parent Account .

Syntax

def get_parent_id() -> str: ...
def set_parent_id(value: str) -> None: ...

parent_id = property(get_parent_id, set_parent_id)

Default Value

""

Remarks

This is a reference to a parent Account. If Parent is set to a nonempty string, then this Account is a sub-account or job of its Parent.

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