UserPhoneNumbers

data class UserPhoneNumbers(val primary: Boolean? = null, val type: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(primary: Boolean? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val primary: Boolean? = null

When true, this is the primary phone number associated with the user.

Link copied to clipboard
val type: String? = null

The type of phone number.

Link copied to clipboard
val value: String? = null

The user's phone number.