BasicUserInfo
data class BasicUserInfo(var sub: String, var name: String, var givenName: String, var familyName: String, var birthDate: String, var locale: String, var gender: String, var updatedAt: Int, var displayUpdatedAt: String = "")
Data class representing basic user information returned by the MTN MOMO API.
Constructors
Properties
Link copied to clipboard
A human-readable formatted version of updatedAt; computed locally, not present in the API response.
Link copied to clipboard
The family name of the user.