Home > @poq/sdk-sfcc > CustomerRegistration > (constructor)
Constructs a new instance of the CustomerRegistration
class
Signature:
constructor(params?: {
customer: Customer;
password?: string;
});
Parameter | Type | Description |
---|---|---|
params | { customer: Customer; password?: string; } | (Optional) |