ContactInformation

data class ContactInformation(val mobile: String?, val email: String?)

Data class representing contact information.

Constructors

Link copied to clipboard
constructor(mobile: String?, email: String?)

Properties

Link copied to clipboard

The email address associated with the contact.

Link copied to clipboard

The mobile number associated with the contact.