QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

balance_remaining Property

Balance remaining.

Syntax

def get_balance_remaining() -> str: ...

balance_remaining = property(get_balance_remaining, None)

Default Value

""

Remarks

The balance remaining on the invoice. Is equal to

subtotal + sales_tax_total - applied_amount.

The amount should be formatted as a string in dollars.

This property is read-only.

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