Class: CustomerIdentityChangeEvent
Represents a customer identity change event.Implements
Implements
Constructors
new CustomerIdentityChangeEvent()
new CustomerIdentityChangeEvent(Creates a new instance of CustomerIdentityChangeEvent.params
):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:40Properties
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:22client
client: Client
The client associated with the event.
Implementation of
CustomerIdentityChangeEventInterface
.client
Source
packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:16creationTimestamp
creationTimestamp: string
The creation timestamp of the event.
Implementation of
CustomerIdentityChangeEventInterface
.creationTimestamp
Source
packages/wapi.js/src/webhook/events/customer-identity-changed/index.ts:28hash
hash: string
The hash value of the event.
Implementation of
CustomerIdentityChangeEventInterface
.hash