Home > @vsf-enterprise/epcc-api > RegisterCustomerParams
# RegisterCustomerParams interface
Parameters to register a new customer.
Signature:
export interface RegisterCustomerParams
# Properties
| Property | Type | Description |
|---|---|---|
| accepts_marketing? | boolean | (Optional) The consent of the customer for marketing communications. |
| string | The customer email. | |
| name | string | The full name of the customer. |
| password | string | The customer password. |