Member Info
data class MemberInfo(val email: String? = "", val firstName: String? = "", val lastName: String? = "", val memberId: String? = "", val hmacId: String? = "", val accessToken: String? = "", val deviceType: String? = "", val countryCode: String? = "") : Parcelable
Represents member information in the Discovery API.
Holds user details such as email, name, and access token.