Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 754 Bytes

CustomerServiceRecordStatusChangedEventPayload.md

File metadata and controls

26 lines (14 loc) · 754 Bytes

CustomerServiceRecordStatusChangedEventPayload

Properties

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]

Enum: StatusEnum

Name Value
PENDING "pending"
COMPLETED "completed"
FAILED "failed"