QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

amount Property

Amount of payment.

Syntax

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

amount = property(get_amount, set_amount)

Default Value

"0"

Remarks

The amount of the payment received from the Customer. This property is required.

The amount should be formatted as a string in dollars.

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