QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

line5 Property

The fifth line of the address.

Syntax

def get_line5() -> str: ...
def set_line5(value: str) -> None: ...

line5 = property(get_line5, set_line5)

Default Value

""

Remarks

The fifth line of the address. This line is only applicable when QBXMLVersion is "6.0" or greater in the class using the address aggregate.

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