Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AcquiredPhoneNumber

Package version

Represents an acquired phone number.

Hierarchy

  • AcquiredPhoneNumber

Index

Properties

acquiredCapabilities

acquiredCapabilities: Capability[]

The set of all acquired capabilities of the phone number.

Optional activationState

activationState: ActivationState

The activation state of the phone number. Can be "Activated", "AssignmentPending", "AssignmentFailed", "UpdatePending", "UpdateFailed". Possible values include: 'Activated', 'AssignmentPending', 'AssignmentFailed', 'UpdatePending', 'UpdateFailed'

Optional assignmentStatus

assignmentStatus: AssignmentStatus

The assignment status of the phone number. Conveys what type of entity the number is assigned to. Possible values include: 'Unassigned', 'Unknown', 'UserAssigned', 'ConferenceAssigned', 'FirstPartyAppAssigned', 'ThirdPartyAppAssigned'

availableCapabilities

availableCapabilities: Capability[]

The set of all available capabilities that can be acquired for this phone number.

phoneNumber

phoneNumber: string

String of the E.164 format of the phone number

Optional placeName

placeName: undefined | string

The name of the place of the phone number.

Generated using TypeDoc