Poq.SDK.Node

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

CustomerInfo.(constructor)

Constructs a new instance of the CustomerInfo class

Signature:

constructor(params?: {
        email: string;
        cFamilyStatus?: string;
        customerId?: string;
        customerName?: string;
        customerNo?: string;
    });

Parameters

Parameter Type Description
params { email: string; cFamilyStatus?: string; customerId?: string; customerName?: string; customerNo?: string; } (Optional)