QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

unused_payment Property

The amount of the payment that remains unused.

Syntax

def get_unused_payment() -> str: ...

unused_payment = property(get_unused_payment, None)

Default Value

""

Remarks

This property will contain the amount of the payment that was not applied to existing invoices.

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]