QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

earnings_count Property

The number of records in the Earnings arrays.

Syntax

def get_earnings_count() -> int: ...
def set_earnings_count(value: int) -> None: ...

earnings_count = property(get_earnings_count, set_earnings_count)

Default Value

0

Remarks

This property controls the size of the following arrays:

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

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