QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

fax Property

Fax number of entity.

Syntax

def get_fax() -> str: ...
def set_fax(value: str) -> None: ...

fax = property(get_fax, set_fax)

Default Value

""

Remarks

The fax number of the customer or vendor.

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