QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

memo Property

Memo to appear on internal reports only.

Syntax

def get_memo() -> str: ...
def set_memo(value: str) -> None: ...

memo = property(get_memo, set_memo)

Default Value

""

Remarks

A memo to appear on internal reports. Will not appear to customers, vendors, etc.

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