QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

parent_name Property

Reference to parent Customer .

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

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

This property is allowed in Add operations, and not used in Update operations.

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