Contact Info Response
data class ContactInfoResponse(val contactName: String, val mobile: String? = null, val phone: String, val phoneExtension: String? = null)
Contact Info.
Constructors
Link copied to clipboard
fun ContactInfoResponse(contactName: String, mobile: String? = null, phone: String, phoneExtension: String? = null)