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