| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Uniquely identifies the customer service record. | [optional] |
| phoneNumber | String | The phone number of the customer service record. | [optional] |
| status | StatusEnum | The status of the customer service record | [optional] |
| updatedAt | OffsetDateTime | ISO 8601 formatted date indicating the last time where the resource was updated. | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| COMPLETED | "completed" |
| FAILED | "failed" |