Share via


PurchasedPhoneNumber interface

Represents a purchased phone number.

Properties

assignmentType

The assignment type of the phone number. A phone number can be assigned to a person, or to an application.

capabilities

Capabilities of a phone number.

cost

The incurred cost for a single phone number.

countryCode

The ISO 3166-2 code of the phone number's country, e.g. US.

id

The id of the phone number, e.g. 11234567890.

phoneNumber

String of the E.164 format of the phone number, e.g. +11234567890.

phoneNumberType

The phone number's type, e.g. geographic, tollFree, mobile.

purchaseDate

The date and time that the phone number was purchased.

Property Details

assignmentType

The assignment type of the phone number. A phone number can be assigned to a person, or to an application.

assignmentType: PhoneNumberAssignmentType

Property Value

capabilities

Capabilities of a phone number.

capabilities: PhoneNumberCapabilities

Property Value

cost

The incurred cost for a single phone number.

cost: PhoneNumberCost

Property Value

countryCode

The ISO 3166-2 code of the phone number's country, e.g. US.

countryCode: string

Property Value

string

id

The id of the phone number, e.g. 11234567890.

id: string

Property Value

string

phoneNumber

String of the E.164 format of the phone number, e.g. +11234567890.

phoneNumber: string

Property Value

string

phoneNumberType

The phone number's type, e.g. geographic, tollFree, mobile.

phoneNumberType: PhoneNumberType

Property Value

purchaseDate

The date and time that the phone number was purchased.

purchaseDate: Date

Property Value

Date