QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

total_amount Property

The total amount.

Syntax

def get_total_amount() -> str: ...

total_amount = property(get_total_amount, None)

Default Value

""

Remarks

The total amount of the purchase order. Will be equal to the total of the item lines.

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]