| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| phoneNumber | String | [optional] | |
| country | String | [optional] | |
| status | StatusEnum | [optional] | |
| profileId | Object | [optional] | |
| provisionedAt | OffsetDateTime | [optional] | |
| metaPreverifiedId | String | [optional] | |
| metaVerificationStatus | String | [optional] | |
| createdAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| PENDING_PAYMENT | "pending_payment" |
| PROVISIONING | "provisioning" |
| ACTIVE | "active" |
| SUSPENDED | "suspended" |
| RELEASING | "releasing" |
| RELEASED | "released" |