QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

parent_id Property

Parent Id for this object.

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

A reference to the list object that is one level above this one. If either parent_name or parent_id is set to a nonempty string, then this object is a sub-object of its Parent.

This property is available for the following list_types: ltClass, ltCustomerType, ltJobType, and ltVendorType.

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