Home > @poq/sdk > ProductDetails > (constructor)
Constructs a new instance of the ProductDetails
class
Signature:
constructor(params: {
name: string;
brand?: string;
shortDescription?: string;
shortDescriptionRaw?: string;
description?: string;
descriptionRaw?: string;
});
Parameter | Type | Description |
---|---|---|
params | { name: string; brand?: string; shortDescription?: string; shortDescriptionRaw?: string; description?: string; descriptionRaw?: string; } |