Home > @poq/sdk-sfcc > CustomerInfo > (constructor)
Constructs a new instance of the CustomerInfo
class
Signature:
constructor(params?: {
email: string;
cFamilyStatus?: string;
customerId?: string;
customerName?: string;
customerNo?: string;
});
Parameter | Type | Description |
---|---|---|
params | { email: string; cFamilyStatus?: string; customerId?: string; customerName?: string; customerNo?: string; } | (Optional) |