RegisterAccount
data class RegisterAccount(val msisdn: Msisdn, val name: String, val registrationId: RegistrationId)
Represents the account of the end-user's with its RegistrationId.
Functions
Link copied to clipboard
Converts this RegisterAccount to an Account.