QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

parent_name Property

Parent Name for this object.

Syntax

def get_parent_name() -> str: ...
def set_parent_name(value: str) -> None: ...

parent_name = property(get_parent_name, set_parent_name)

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. For example, an Inventory Item with the qb_name "Mustang" might have a parent_name of "AmericanCars:Ford".

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]