Poq.SDK.Node

Home > @poq/sdk > Review

Review class

Contract describes review model.

Signature:

export declare class Review extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Review class

Properties

Property Modifiers Type Description
customData   Record<string, unknown> | undefined Customer properties.
id   string Review id.
rating   number Review rating.
reviewText   string Review text.
title   string Review title.
username   string Reviewer name.