QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

total_deposit Property

The total of the deposit.

Syntax

def get_total_deposit() -> str: ...

total_deposit = property(get_total_deposit, None)

Default Value

""

Remarks

The total amount of the Deposit, as calculated by QuickBooks and returned. It will be equal to the sum of all the deposit_line_amounts.

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]