PhoneNumberStatus

data class PhoneNumberStatus(val message: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(message: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val message: String? = null

The status message.

Link copied to clipboard
val status: String? = null

The status of the phone number. Valid Values: CLAIMED | IN_PROGRESS | FAILED.