QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

total_amount Property

Subtotal + SalesTaxTotal.

Syntax

def get_total_amount() -> str: ...

total_amount = property(get_total_amount, None)

Default Value

""

Remarks

The total amount of the CreditMemo or SalesReceipt. Will be equal to subtotal + sales_tax_total.

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]