QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

journal_line_count Property

The number of records in the JournalLine arrays.

Syntax

def get_journal_line_count() -> int: ...
def set_journal_line_count(value: int) -> None: ...

journal_line_count = property(get_journal_line_count, set_journal_line_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

The array indices start at 0 and end at journal_line_count - 1.

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