Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 789 Bytes

PortingOrdersComment.md

File metadata and controls

28 lines (16 loc) · 789 Bytes

PortingOrdersComment

Properties

Name Type Description Notes
id UUID [optional]
body String Body of comment [optional]
portingOrderId UUID [optional]
userType UserTypeEnum Indicates whether this comment was created by a Telnyx Admin, user, or system [optional]
recordType String Identifies the type of the resource. [optional]
createdAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional]

Enum: UserTypeEnum

Name Value
ADMIN "admin"
USER "user"
SYSTEM "system"