Poq.SDK.Node

Home > @poq/sdk > ProductCategory > (constructor)

ProductCategory.(constructor)

Constructs a new instance of the ProductCategory class

Signature:

constructor(params: {
        id: string;
        title: string;
        deeplinkURL: string;
        parent?: ProductCategory;
    });

Parameters

Parameter Type Description
params { id: string; title: string; deeplinkURL: string; parent?: ProductCategory; }