RegisterAccount

data class RegisterAccount(val msisdn: Msisdn, val name: String, val registrationId: RegistrationId)

Represents the account of the end-user's with its RegistrationId.

Constructors

Link copied to clipboard
constructor(msisdn: Msisdn, name: String, registrationId: RegistrationId)

Functions

Link copied to clipboard
@JvmName(name = "from")
fun RegisterAccount.toAccount(uuid: UUID): Account

Converts this RegisterAccount to an Account.

Properties

Link copied to clipboard

The Msisdn of the end-user.

Link copied to clipboard

The name of the end-user.

Link copied to clipboard