NumberValidateResponse

Provides information about a phone number.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.

Link copied to clipboard
val city: String?

The name of the city where the phone number was originally registered.

Link copied to clipboard

The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.

Link copied to clipboard

The cleansed phone number, in the format for the location where the phone number was originally registered.

Link copied to clipboard

The name of the country or region where the phone number was originally registered.

Link copied to clipboard

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.

Link copied to clipboard

The numeric code for the country or region where the phone number was originally registered.

Link copied to clipboard

The name of the county where the phone number was originally registered.

Link copied to clipboard

The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.

Link copied to clipboard

The phone number that was sent in the request body.

Link copied to clipboard

The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.

Link copied to clipboard

The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).

Link copied to clipboard

The time zone for the location where the phone number was originally registered.

Link copied to clipboard

The postal or ZIP code for the location where the phone number was originally registered.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String