QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

note Property

Note line of the address aggregate.

Syntax

def get_note() -> str: ...
def set_note(value: str) -> None: ...

note = property(get_note, set_note)

Default Value

""

Remarks

Not all classs support this Note line in the address aggregate. For those that do, QBXMLVersion must be "6.0" or greater to use this property.

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