ReviewReply interface
id | Id of the reply |
is |
Flag for soft deletion |
product |
Version of the product when the reply was submitted or updated |
reply |
Content of the reply |
review |
Id of the review, to which this reply belongs |
title | Title of the reply |
updated |
Date the reply was submitted or updated |
user |
Id of the user who left the reply |
Id of the reply
id: number
Property Value
number
Flag for soft deletion
isDeleted: boolean
Property Value
boolean
Version of the product when the reply was submitted or updated
productVersion: string
Property Value
string
Content of the reply
replyText: string
Property Value
string
Id of the review, to which this reply belongs
reviewId: number
Property Value
number
Title of the reply
title: string
Property Value
string
Date the reply was submitted or updated
updatedDate: Date
Property Value
Date
Id of the user who left the reply
userId: string
Property Value
string