QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

name_on_check Property

Name to write on checks to this vendor.

Syntax

def get_name_on_check() -> str: ...
def set_name_on_check(value: str) -> None: ...

name_on_check = property(get_name_on_check, set_name_on_check)

Default Value

""

Remarks

The name to write on checks to this vendor (if different from the vendor_name.)

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