QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

vendor_name Property

Vendor's name.

Syntax

def get_vendor_name() -> str: ...
def set_vendor_name(value: str) -> None: ...

vendor_name = property(get_vendor_name, set_vendor_name)

Default Value

""

Remarks

The vendor's name.

This property is required in Add operations only.

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