Proactive Engagement Emergency Contact
data class ProactiveEngagementEmergencyContact(val contactNotes: String? = null, val emailAddress: String, val phoneNumber: String? = null)
An emergency contact is used by Shield Response Team (SRT) to contact you for escalations to the SRT and to initiate proactive customer support. An emergency contact requires an email address.
Constructors
Link copied to clipboard
fun ProactiveEngagementEmergencyContact(contactNotes: String? = null, emailAddress: String, phoneNumber: String? = null)