QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

email Property

Email address of entity.

Syntax

def get_email() -> str: ...
def set_email(value: str) -> None: ...

email = property(get_email, set_email)

Default Value

""

Remarks

The email address 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]