Poq.SDK.Node

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

ProfileRequest.(constructor)

Constructs a new instance of the ProfileRequest class

Signature:

constructor(params?: {
        email?: string;
        firstName?: string;
        lastName?: string;
        phone?: string;
        isNewsletterEnabled?: boolean;
        customData?: Record<string, unknown>;
    });

Parameters

Parameter Type Description
params { email?: string; firstName?: string; lastName?: string; phone?: string; isNewsletterEnabled?: boolean; customData?: Record<string, unknown>; } (Optional)