Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface Identifier
Link copied to clipboard
data class PhoneNumber(val value: String? = null, val type: String? = null, val primary: Boolean? = null, val verified: Boolean? = null, val verifiedTime: String? = null) : Identifier
Link copied to clipboard
Link copied to clipboard
data class UserProfileResponse(val uuid: String? = null, val userId: String? = null, val status: Int? = null, val email: String? = null, val emailVerified: String? = null, val emails: List<Email>? = null, val phoneNumber: String? = null, val phoneNumberVerified: String? = null, val phoneNumbers: List<PhoneNumber>? = null, val displayName: String? = null, val name: Name? = null, val addresses: Map<Address.AddressType, Address>? = null, val gender: String? = null, val birthday: String? = null, val accounts: Map<String, Account>? = null, val merchants: List<Int>? = null, val published: String? = null, val verified: String? = null, val updated: String? = null, val passwordChanged: String? = null, val lastAuthenticated: String? = null, val lastLoggedIn: String? = null, val locale: String? = null, val utcOffset: String? = null, val pairId: String? = null, val sdrn: String? = null)