Class: Partner

Partner(name, version)

Holds information about the integration partner that is using the session client.

Constructor

new Partner(name, version)

Creates a new partner instance given a name and a version.
Parameters:
Name Type Description
name string The partner ID of the integration.
version string The version of the integration's session script.
Source:
Throws:
error if any of the parameters are undefined, null or blank.