Class: VasInformationList

timapi.VasInformationList()

Container for VAS information list.

Overview

Members-Overview

Methods-Overview

Constructor

new VasInformationList()

Create VAS result.

Member-List

vasInformation (readonly) :Map.<timapi.constants.VasInfoType, String>

Map of vas information.

Methods

toString() → {String}

String representation for debugging purpose.
Returns:
String representation

Type: String

(static) copy(VasInformationList) → {timapi.VasInformationList}

Creates a copy of a timapi.VasInformationList object.
Parameters:
Name Type Description
VasInformationList timapi.VasInformationList Original
Returns:
Copy of original

Type: timapi.VasInformationList