| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] [readonly] | |
| recordType | String | [optional] [readonly] | |
| phoneNumber | String | [optional] | |
| orderRequestId | UUID | [optional] | |
| subNumberOrderId | UUID | [optional] | |
| countryCode | String | [optional] | |
| phoneNumberType | PhoneNumberTypeEnum | [optional] | |
| regulatoryRequirements | List<SubNumberOrderRegulatoryRequirementWithValue> | [optional] | |
| requirementsMet | Boolean | True if all requirements are met for a phone number, false otherwise. | [optional] [readonly] |
| status | StatusEnum | The status of the phone number in the order. | [optional] [readonly] |
| Name | Value |
|---|---|
| LOCAL | "local" |
| TOLL_FREE | "toll_free" |
| MOBILE | "mobile" |
| NATIONAL | "national" |
| SHARED_COST | "shared_cost" |
| LANDLINE | "landline" |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| FAILURE | "failure" |