QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

cash_back_memo Property

Additional info for the cash back transaction.

Syntax

def get_cash_back_memo() -> str: ...
def set_cash_back_memo(value: str) -> None: ...

cash_back_memo = property(get_cash_back_memo, set_cash_back_memo)

Default Value

""

Remarks

This property may contain any additional information describing the cash back portion of this transaction.

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