core / com.schibsted.account.network.response / ProfileData / PhoneNumber

PhoneNumber

data class PhoneNumber

Constructors

<init>

PhoneNumber(value: String? = null, type: String? = null, primary: Boolean? = null, verified: Boolean? = null, verifiedTime: String? = null)

Properties

primary

val primary: Boolean?

type

val type: String?

value

val value: String?

verified

val verified: Boolean?

verifiedTime

val verifiedTime: String?