Class: VasResult

timapi.VasResult()

Container for VAS result.

Overview

Members-Overview

Methods-Overview

Constructor

new VasResult()

Create VAS result.

Member-List

vasInformationList (readonly) :Array.<timapi.VasInformationList>

List of VAS informatli list.

Methods

toString() → {String}

String representation for debugging purpose.
Returns:
String representation

Type: String

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

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

Type: timapi.VasResult