PhoneNumberIdentifier interface
A phone number.
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
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
isAnonymous
True if the phone number is anonymous.
isAnonymous?: boolean
Property Value
boolean
phoneNumber
The phone number in E.164 format.
phoneNumber: string
Property Value
string
rawId
Optional raw id of the phone number.
rawId?: string
Property Value
string