QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

finance_charge Property

If true, this invoice includes a finance charge.

Syntax

def get_finance_charge() -> int: ...
def set_finance_charge(value: int) -> None: ...

finance_charge = property(get_finance_charge, set_finance_charge)

Default Value

0

Remarks

Indicates whether a finance-charge item has been added to this invoice. This property is determined by QuickBooks and is read-only when QBXMLVersion is less than "8.0".

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