Contact

data class Contact(val uuid: UUID, val msisdn: Msisdn)

Represents a contact which is a minimal variant of the end-user's Account.

Constructors

Link copied to clipboard
constructor(uuid: UUID, msisdn: Msisdn)

Properties

Link copied to clipboard

The Msisdn of the end-user.

Link copied to clipboard
val uuid: UUID

The UUID of the end-user.