Get Proactive Engagement Result
data class GetProactiveEngagementResult(val accountId: String? = null, val emergencyContactList: List<ProactiveEngagementEmergencyContact>? = null, val proactiveEngagementStatus: ProactiveEngagementStatus? = null)
Constructors
Link copied to clipboard
fun GetProactiveEngagementResult(accountId: String? = null, emergencyContactList: List<ProactiveEngagementEmergencyContact>? = null, proactiveEngagementStatus: ProactiveEngagementStatus? = null)