QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

applied_amount Property

Amount customer has paid on this invoice.

Syntax

def get_applied_amount() -> str: ...

applied_amount = property(get_applied_amount, None)

Default Value

""

Remarks

The amount the Customer (see customer_name) has paid on this invoice.

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]