Account

data class Account(val uuid: UUID, val msisdn: Msisdn, val name: String)

Represents the end-user's account.

Constructors

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

Properties

Link copied to clipboard

The UserID of the end-user.

Link copied to clipboard

The name of the end-user.

Link copied to clipboard
val uuid: UUID

The UUID of the end-user.