Poq.SDK.Node

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

ProductListRegistrant.(constructor)

Constructs a new instance of the ProductListRegistrant class

Signature:

constructor(params?: {
        firstName?: string;
        lastName?: string;
        role?: string;
    });

Parameters

Parameter Type Description
params { firstName?: string; lastName?: string; role?: string; } (Optional)