Wapi.js Docs / CustomerIdentityChangeEvent

Class: CustomerIdentityChangeEvent

Represents a customer identity change event.

Implements

Implements

Constructors

new CustomerIdentityChangeEvent()

new CustomerIdentityChangeEvent(params): CustomerIdentityChangeEvent
Creates a new instance of CustomerIdentityChangeEvent.

Parameters

params The parameters required to initialize the event. params.acknowledged: string params.client: Client params.creationTimestamp: string params.hash: string params.timestamp: string

Returns

CustomerIdentityChangeEvent

Source

packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:40

Properties

acknowledged

acknowledged: string
The acknowledgement status of the event.

Implementation of

CustomerIdentityChangeEventInterface.acknowledged

Source

packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:22

client

client: Client
The client associated with the event.

Implementation of

CustomerIdentityChangeEventInterface.client

Source

packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:16

creationTimestamp

creationTimestamp: string
The creation timestamp of the event.

Implementation of

CustomerIdentityChangeEventInterface.creationTimestamp

Source

packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:28

hash

hash: string
The hash value of the event.

Implementation of

CustomerIdentityChangeEventInterface.hash

Source

packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:34