QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

cash_back_amount Property

Cash Back Amount.

Syntax

def get_cash_back_amount() -> str: ...
def set_cash_back_amount(value: str) -> None: ...

cash_back_amount = property(get_cash_back_amount, set_cash_back_amount)

Default Value

""

Remarks

Amount of cash received (if any) for this deposit. 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]