Home > @poq/sdk > ProductCategory > (constructor)
Constructs a new instance of the ProductCategory class
Signature:
constructor(params: {
        id: string;
        title: string;
        deeplinkURL: string;
        parent?: ProductCategory;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { id: string; title: string; deeplinkURL: string; parent?: ProductCategory; } |