QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

amount Property

The total amount (price) of the items in this statement.

Syntax

def get_amount() -> str: ...
def set_amount(value: str) -> None: ...

amount = property(get_amount, set_amount)

Default Value

""

Remarks

The total dollar amount of the Item (specified by item_id or item_name) you're adding to the statement.

If amount and quantity are specified, QuickBooks will automatically calculate the rate. Both amount and rate cannot be sent in the same transaction.

The amount should be formatted as a string in dollars. Leave this property blank and no amount will be sent to QuickBooks.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]