QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

company_name Property

Company name of customer or vendor.

Syntax

def get_company_name() -> str: ...
def set_company_name(value: str) -> None: ...

company_name = property(get_company_name, set_company_name)

Default Value

""

Remarks

The company name of the customer or vendor. If specified, can be identical to the customer_name or vendor_name property.

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