> ## 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.

# CustomerNumberChangeEventInterface

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

# Interface: CustomerNumberChangeEventInterface

Represents the interface for the Customer Number Change event.

## Interface

CustomerNumberChangeEventInterface

## Properties

### changeDescription

> **changeDescription**: `string`

The description of the change.

#### Source

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

***

### client

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

The client associated with the event.

#### Source

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

***

### newWaId

> **newWaId**: `string`

The new WhatsApp ID.

#### Source

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

***

### oldWaId

> **oldWaId**: `string`

The old WhatsApp ID.

#### Source

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

***

### timestamp

> **timestamp**: `number`

The timestamp of the event.

#### Source

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