Poq.SDK.Node

Home > @poq/sdk-sfcc > ProductListLink > (constructor)

ProductListLink.(constructor)

Constructs a new instance of the ProductListLink class

Signature:

constructor(params?: {
        description?: string;
        link?: string;
        name?: string;
        _public?: boolean;
        title?: string;
        type?: ProductListLinkTypeEnum;
    });

Parameters

Parameter Type Description
params { description?: string; link?: string; name?: string; _public?: boolean; title?: string; type?: ProductListLinkTypeEnum; } (Optional)