QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

object_type Property

The type of the object - generally List or Txn.

Syntax

def get_object_type() -> str: ...
def set_object_type(value: str) -> None: ...

object_type = property(get_object_type, set_object_type)

Default Value

""

Remarks

The type of the object: "List" for list items, or "Txn" for transaction items. Note that the name of the object's Id property determines the object type: List items have a "ListID" property, and transaction items have a "TxnID" property.

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]