| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] [readonly] | |
| recordType | String | [optional] [readonly] | |
| phoneNumber | String | [optional] | |
| regulatoryGroupId | String | [optional] [readonly] | |
| regulatoryRequirements | List<PhoneNumberRegulatoryRequirement> | [optional] | |
| requirementsMet | Boolean | True if all requirements are met for a phone number, false otherwise. | [optional] [readonly] |
| requirementsStatus | RequirementsStatusEnum | Status of document requirements (if applicable) | [optional] [readonly] |
| status | StatusEnum | The status of the phone number in the order. | [optional] [readonly] |
| phoneNumberType | PhoneNumberTypeEnum | Phone number type | [optional] [readonly] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| APPROVED | "approved" |
| CANCELLED | "cancelled" |
| DELETED | "deleted" |
| REQUIREMENT_INFO_EXCEPTION | "requirement-info-exception" |
| REQUIREMENT_INFO_PENDING | "requirement-info-pending" |
| REQUIREMENT_INFO_UNDER_REVIEW | "requirement-info-under-review" |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| FAILURE | "failure" |
| Name | Value |
|---|---|
| LOCAL | "local" |
| MOBILE | "mobile" |
| NATIONAL | "national" |
| SHARED_COST | "shared_cost" |
| TOLL_FREE | "toll_free" |