QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

alt_contact_name Property

Alternate contact person for entity.

Syntax

def get_alt_contact_name() -> str: ...
def set_alt_contact_name(value: str) -> None: ...

alt_contact_name = property(get_alt_contact_name, set_alt_contact_name)

Default Value

""

Remarks

An alternate contact person for the customer, vendor, or employee.

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