Poq.SDK.Node

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

CustomerProductListRegistrant.(constructor)

Constructs a new instance of the CustomerProductListRegistrant class

Signature:

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

Parameters

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