CustomerAlert class

CustomerAlert which contains alert data set for each alert

Syntax

new CustomerAlert( customerId, alertTypeId, alertNotificationMsgId, alertDataList, contactPointList, blackoutList, created )

Parameters

Name Type Description
customerId   to which this alert belongs
alertTypeId   to which this alert belongs
alertNotificationMsgId   to which notification type this alert is tied to
alertDataList   array of AlertData objects
contactPointList   array of ContactPoint objects
blackoutList   array of Blackout objects
created    

Source

SY_Data_Objects.js line 397.