QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

contact_name Property

Contact person for a customer or vendor.

Syntax

def get_contact_name() -> str: ...
def set_contact_name(value: str) -> None: ...

contact_name = property(get_contact_name, set_contact_name)

Default Value

""

Remarks

The name of a contact person for a customer or vendor.

The name will automatically be parsed and appear in two places in the QuickBooks user interface: in the Contact field, and in the First Name, M.I., Last Name, and Mr./Mrs./... fields. These fields may also be edited separately using config.

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