Share via


OperatorInformation interface

Represents metadata about a phone number that is controlled/provided by that phone number's operator.

Properties

internationalFormat

International format of the phone number

isoCountryCode

ISO 3166-1 two character ('alpha-2') code associated with the phone number.

nationalFormat

National format of the phone number

numberType

Type of service associated with the phone number

operatorDetails

Represents metadata describing the operator of a phone number

phoneNumber

E.164 formatted string representation of the phone number

Property Details

internationalFormat

International format of the phone number

internationalFormat?: string

Property Value

string

isoCountryCode

ISO 3166-1 two character ('alpha-2') code associated with the phone number.

isoCountryCode?: string

Property Value

string

nationalFormat

National format of the phone number

nationalFormat?: string

Property Value

string

numberType

Type of service associated with the phone number

numberType?: OperatorNumberType

Property Value

operatorDetails

Represents metadata describing the operator of a phone number

operatorDetails?: OperatorDetails

Property Value

phoneNumber

E.164 formatted string representation of the phone number

phoneNumber: string

Property Value

string