| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] [readonly] | |
| recordType | String | [optional] [readonly] | |
| phoneNumbers | List<ReservedPhoneNumber> | [optional] | |
| status | StatusEnum | The status of the entire reservation. | [optional] [readonly] |
| customerReference | String | A customer reference string for customer look ups. | [optional] |
| createdAt | String | An ISO 8901 datetime string denoting when the numbers reservation was created. | [optional] [readonly] |
| updatedAt | String | An ISO 8901 datetime string for when the number reservation was updated. | [optional] [readonly] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| FAILURE | "failure" |