| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| phoneNumber | String | [optional] | |
| country | String | [optional] | |
| status | StatusEnum | [optional] | |
| registrantName | String | For regulated numbers, who it's registered for (company or person) — set from the submitted KYC. | [optional] |
| telnyxOrderId | String | Present once the number order has been placed (i.e. the requirement group was approved). Absent while still in identity review. | [optional] |
| monthlyCents | Integer | Per-country monthly price in cents ($2..$25). | [optional] |
| profileId | Object | [optional] | |
| provisionedAt | OffsetDateTime | [optional] | |
| metaPreverifiedId | String | [optional] | |
| metaVerificationStatus | String | [optional] | |
| onfidoVerificationUrl | String | For regulated (Tier 3/4) numbers with an Onfido ID-verification step — the link to forward to the end user. Set once the order is placed; null otherwise. Poll this field after submitting KYC. | [optional] |
| endUserFirstName | String | [optional] | |
| endUserLastName | String | [optional] | |
| regulatoryDeclineReason | String | Reviewer rejection reason when status is regulatory_declined. | [optional] |
| createdAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| PENDING_PAYMENT | "pending_payment" |
| PENDING_REGULATORY | "pending_regulatory" |
| REGULATORY_DECLINED | "regulatory_declined" |
| PROVISIONING | "provisioning" |
| VERIFYING | "verifying" |
| ACTIVE | "active" |
| SUSPENDED | "suspended" |
| RELEASING | "releasing" |
| RELEASED | "released" |