Contact Details Response
data class ContactDetailsResponse(val contactName: String, val emailList: List<String>, val mobile: String? = null, val notificationPreference: List<NotificationPreferenceResponse>? = null, val phone: String, val phoneExtension: String? = null)
Contact Details.
Constructors
Link copied to clipboard
fun ContactDetailsResponse(contactName: String, emailList: List<String>, mobile: String? = null, notificationPreference: List<NotificationPreferenceResponse>? = null, phone: String, phoneExtension: String? = null)