Home > @vsf-enterprise/epcc-api > Customer
# Customer interface
Signature:
export interface Customer extends Identifiable, CustomerBase
Extends: Identifiable, CustomerBase
# Properties
| Property | Type | Description |
|---|---|---|
| accepts_marketing? | boolean | (Optional) The consent of the customer for marketing communications. |
| secret_key? | string | (Optional) Secret key for token generation. |