QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

qb_name Property

Name of the object.

Syntax

def get_qb_name() -> str: ...
def set_qb_name(value: str) -> None: ...

qb_name = property(get_qb_name, set_qb_name)

Default Value

""

Remarks

This property should contain the case-insensitive name of the object you are adding, not including the names of its ancestors.

When the list_type is set to ltSalesRep, the qb_name property will correspond to the initials of a sales representative's name.

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