Record
number-reservation
No description available.
record number-reservation {
created-at: option<string>,
customer-reference: option<string>,
id: option<string>,
phone-numbers: option<list<reserved-phone-number>>,
record-type: option<string>,
status: option<reserved-phone-number-status-enum>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| customer-reference | option<string> | |
| id | option<string> | |
| phone-numbers | option<list<reserved-phone-number>> | |
| record-type | option<string> | |
| status | option<reserved-phone-number-status-enum> | |
| updated-at | option<string> |