ContactInfoResponse

data class ContactInfoResponse(val contactName: String, val mobile: String? = null, val phone: String, val phoneExtension: String? = null)

Contact Info.

Constructors

Link copied to clipboard
constructor(contactName: String, mobile: String? = null, phone: String, phoneExtension: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contact name of the person.

Link copied to clipboard
val mobile: String? = null

Mobile number of the contact person.

Link copied to clipboard

Phone number of the contact person.

Link copied to clipboard
val phoneExtension: String? = null

Phone extension number of the contact person.