Home > @vsf-enterprise/epcc-api > UpdateCustomerParams
# UpdateCustomerParams interface
Parameters to update an existing customer.
Signature:
export interface UpdateCustomerParams
# Properties
Property | Type | Description |
---|---|---|
customer | Partial<Customer> | Updated values of customer data. |
id | string | The ID of customer. |
validation? | { email: string; password: string; } | (Optional) Customer credentials to validate request. |