QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

sales_tax_total Property

Total amount of sales tax.

Syntax

def get_sales_tax_total() -> str: ...

sales_tax_total = property(get_sales_tax_total, None)

Default Value

""

Remarks

The total amount of sales tax charged in this transaction.

Not used with Canadian editions of QuickBooks.

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]