| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] [readonly] | |
| recordType | String | [optional] [readonly] | |
| phoneNumber | String | [optional] | |
| status | StatusEnum | The status of the phone number's reservation. | [optional] [readonly] |
| createdAt | String | An ISO 8901 datetime string denoting when the individual number reservation was created. | [optional] [readonly] |
| updatedAt | String | An ISO 8901 datetime string for when the the individual number reservation was updated. | [optional] [readonly] |
| expiredAt | String | An ISO 8901 datetime string for when the individual number reservation is going to expire | [optional] [readonly] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| FAILURE | "failure" |