A Phone Number that can make phone calls displaying the configured brand information
| 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] |
| Name | Value |
|---|---|
| STATE_UNSPECIFIED | "STATE_UNSPECIFIED" |
| PENDING_APPROVAL | "PENDING_APPROVAL" |
| APPROVED | "APPROVED" |
| DENIED | "DENIED" |
| PENDING_REMOVAL | "PENDING_REMOVAL" |