Class: ProductReviewInput
backend.ProductReviewInput
Implements#
TProductReviewInput
Table of contents#
Constructors#
Properties#
Constructors#
constructor#
• new ProductReviewInput()
Properties#
approved#
• Optional approved: boolean
Implementation of#
TProductReviewInput.approved
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:26
description#
• Optional description: string
Implementation of#
TProductReviewInput.description
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:14
productId#
• productId: number
Implementation of#
TProductReviewInput.productId
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:8
rating#
• Optional rating: number
Implementation of#
TProductReviewInput.rating
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:17
title#
• Optional title: string
Implementation of#
TProductReviewInput.title
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:11
userId#
• Optional userId: number
Implementation of#
TProductReviewInput.userId
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:23
userName#
• Optional userName: string
Implementation of#
TProductReviewInput.userName
Defined in#
system/core/backend/src/models/inputs/product-review.input.ts:20