Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.19 KB

File metadata and controls

32 lines (20 loc) · 1.19 KB

VerifiedCallsDisplayProfilePhoneNumbersInner

A Phone Number that can make phone calls displaying the configured brand information

Properties

Name Type Description Notes
recordType String [optional] [readonly]
id UUID [optional] [readonly]
phoneNumber String The phone number in e164 format [optional]
googleVerificationStatus GoogleVerificationStatusEnum The approval status of this individual phone number in Google [optional] [readonly]
googleApprovalInfo String Additional information about the decision, if available. [optional] [readonly]
displayProfileId UUID [optional] [readonly]
delete Boolean Marks the Phone Number to be removed from the Display Profile [optional]

Enum: GoogleVerificationStatusEnum

Name Value
STATE_UNSPECIFIED "STATE_UNSPECIFIED"
PENDING_APPROVAL "PENDING_APPROVAL"
APPROVED "APPROVED"
DENIED "DENIED"
PENDING_REMOVAL "PENDING_REMOVAL"