QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

line_id Property

Identification number of the transaction line group, used for Updates.

Syntax

def get_line_id() -> str: ...
def set_line_id(value: str) -> None: ...

line_id = property(get_line_id, set_line_id)

Default Value

""

Remarks

If you need to add a new transaction line group in a transaction Update request, you can do so by setting the line_id to -1.

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