QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

on_server_version Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

class QBWCServerServerVersionEventParams(object):
  @property
  def version() -> str: ...
  @version.setter
  def version(value) -> None: ...

# In class QBWCServer:
@property
def on_server_version() -> Callable[[QBWCServerServerVersionEventParams], None]: ...
@on_server_version.setter
def on_server_version(event_hook: Callable[[QBWCServerServerVersionEventParams], None]) -> None: ...

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

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