QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

vendor_message Property

Message to appear to vendor.

Syntax

def get_vendor_message() -> str: ...
def set_vendor_message(value: str) -> None: ...

vendor_message = property(get_vendor_message, set_vendor_message)

Default Value

""

Remarks

A message to appear to the Vendor from whom goods are being ordered.

This property is not a reference property; it should contain the actual text of the message, and need not be set to a value pre-existing within QuickBooks.

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