AccountInfo

data class AccountInfo(val emailAddress: String, val userId: Long) : Parcelable

Account information will contain the generic eMSP user account details.

Parameters

emailAddress

The e-mail address the user used during authentication.

userId

Unique identifier of the user within the API of the eMSP.

Constructors

Link copied to clipboard
fun AccountInfo(emailAddress: String, userId: Long)

Properties

Link copied to clipboard
val emailAddress: String
Link copied to clipboard
val userId: Long

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)