OperatorInformation interface
Represents metadata about a phone number that is controlled/provided by that phone number's operator.
Properties
| international |
International format of the phone number |
| iso |
ISO 3166-1 two character ('alpha-2') code associated with the phone number. |
| national |
National format of the phone number |
| number |
Type of service associated with the phone number |
| operator |
Represents metadata describing the operator of a phone number |
| phone |
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