PhoneNumberKind interface
IdentifierKind for a PhoneNumberIdentifier.
- Extends
Properties
| kind | The identifier kind. |
Inherited Properties
| asserted |
The asserted Id is set on a phone number that is already in the same call to distinguish from other connections made through the same number. |
| is |
True if the phone number is anonymous. |
| phone |
The phone number in E.164 format. |
| raw |
Optional raw id of the phone number. |
Property Details
kind
The identifier kind.
kind: "phoneNumber"
Property Value
"phoneNumber"
Inherited Property Details
assertedId
The asserted Id is set on a phone number that is already in the same call to distinguish from other connections made through the same number.
assertedId?: string
Property Value
string
Inherited From PhoneNumberIdentifier.assertedId
isAnonymous
True if the phone number is anonymous.
isAnonymous?: boolean
Property Value
boolean
Inherited From PhoneNumberIdentifier.isAnonymous
phoneNumber
The phone number in E.164 format.
phoneNumber: string
Property Value
string
Inherited From PhoneNumberIdentifier.phoneNumber
rawId
Optional raw id of the phone number.
rawId?: string
Property Value
string
Inherited From PhoneNumberIdentifier.rawId