QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

phone Property

Phone number of entity.

Syntax

def get_phone() -> str: ...
def set_phone(value: str) -> None: ...

phone = property(get_phone, set_phone)

Default Value

""

Remarks

The phone number of the customer, vendor, or employee.

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