QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

alt_phone Property

Alternate phone number of entity.

Syntax

def get_alt_phone() -> str: ...
def set_alt_phone(value: str) -> None: ...

alt_phone = property(get_alt_phone, set_alt_phone)

Default Value

""

Remarks

An alternate phone number 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]