accountFrom

@JvmName(name = "from")
fun accountFrom(uuid: UUID, msisdn: String, name: String): Account

A factory function for creating an Account.

Throws

if the msisdn is not valid.