QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

paid_status Property

Limits the search to paid or unpaid transactions only.

Syntax

def get_paid_status() -> int: ...
def set_paid_status(value: int) -> None: ...

paid_status = property(get_paid_status, set_paid_status)

Default Value

0

Remarks

Limits the search to paid or unpaid transactions only. May be used to limit the search to paid or unpaid records only.

The following values are permitted:

psUnspecified0
psAll1
psPaid2
psUnpaid3

Only applicable to searches for Bill or Invoice transaction objects.

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