> ## Documentation Index
> Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CustomerIdentityChangeEventInterface

[Wapi.js Docs](../README.mdx) / CustomerIdentityChangeEventInterface

# Interface: CustomerIdentityChangeEventInterface

Represents the interface for a customer identity change event.

## Interface

CustomerIdentityChangeEventInterface

## Properties

### acknowledged

> **acknowledged**: `string`

The acknowledgement status of the event.

#### Source

[packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:18](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts#L18)

***

### client

> **client**: [`Client`](../classes/Client.mdx)

The client associated with the event.

#### Source

[packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:12](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts#L12)

***

### creationTimestamp

> **creationTimestamp**: `string`

The creation timestamp of the event.

#### Source

[packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:24](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts#L24)

***

### hash

> **hash**: `string`

The hash value of the event.

#### Source

[packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:30](https://github.com/sarthakjdev/wapi.js/blob/1b066ed4efaf997a4bb012da51514dfcb4165da6/packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts#L30)
