Record
number-order
No description available.
record number-order {
billing-group-id: option<string>,
connection-id: option<string>,
created-at: option<string>,
customer-reference: option<string>,
id: option<string>,
messaging-profile-id: option<string>,
phone-numbers-count: option<s32>,
record-type: option<string>,
requirements-met: option<bool>,
status: option<number-order-phone-number-status-enum>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| billing-group-id | option<string> | |
| connection-id | option<string> | |
| created-at | option<string> | |
| customer-reference | option<string> | |
| id | option<string> | |
| messaging-profile-id | option<string> | |
| phone-numbers-count | option<s32> | |
| record-type | option<string> | |
| requirements-met | option<bool> | |
| status | option<number-order-phone-number-status-enum> | |
| updated-at | option<string> |