Contract describes review model.
Signature:
export declare class Review extends PoqContract
Extends: PoqContract
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(params) | Constructs a new instance of the Review class |
| 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. |