Home > @poq/sdk-sfcc > CustomerProductListRegistrant > (constructor)
Constructs a new instance of the CustomerProductListRegistrant class
Signature:
constructor(params?: {
email?: string;
firstName?: string;
lastName?: string;
role?: string;
});
| Parameter | Type | Description |
|---|---|---|
| params | { email?: string; firstName?: string; lastName?: string; role?: string; } | (Optional) |