QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

object_name Property

The name of the object.

Syntax

def get_object_name() -> str: ...
def set_object_name(value: str) -> None: ...

object_name = property(get_object_name, set_object_name)

Default Value

""

Remarks

The name of the object, exactly as found in the QuickBooks SDK documentation. Failure to set this property will result in an XML parser error.

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