QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

line4 Property

The fourth line of the address.

Syntax

def get_line4() -> str: ...
def set_line4(value: str) -> None: ...

line4 = property(get_line4, set_line4)

Default Value

""

Remarks

The fourth line of the address. Requires QuickBooks 2003. Used when parsing block addresses.

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