Enrolment
data class Enrolment(notificationId: String, merchantPrefix: String, publicKey: Ed25519PublicKeyParameters) : Token
Enrolment token data structure
Parameters
notification Id
the notification identifier received from merchant app
merchant Prefix
the string prefix we get from merchant
public Key
the public key from IKeyManager