MarkCommentRead200ResponseData
| Name |
Type |
Description |
Notes |
| id |
UUID |
|
[optional] [readonly] |
| body |
String |
|
[optional] |
| commenter |
String |
|
[optional] [readonly] |
| commenterType |
CommenterTypeEnum |
|
[optional] [readonly] |
| commentRecordType |
CommentRecordTypeEnum |
|
[optional] |
| commentRecordId |
UUID |
|
[optional] |
| readAt |
String |
An ISO 8901 datetime string for when the comment was read. |
[optional] [readonly] |
| createdAt |
String |
An ISO 8901 datetime string denoting when the comment was created. |
[optional] [readonly] |
| updatedAt |
String |
An ISO 8901 datetime string for when the comment was updated. |
[optional] [readonly] |
Enum: CommenterTypeEnum
| Name |
Value |
| ADMIN |
"admin" |
| USER |
"user" |
Enum: CommentRecordTypeEnum
| Name |
Value |
| NUMBER_ORDER |
"number_order" |
| SUB_NUMBER_ORDER |
"sub_number_order" |
| NUMBER_ORDER_PHONE_NUMBER |
"number_order_phone_number" |