interfaces
CustomerIdentityChangeEventInterface
Wapi.js Docs / 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
client
client:
Client
The client associated with the event.
Source
packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:12
creationTimestamp
creationTimestamp:
string
The creation timestamp of the event.
Source
packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:24
hash
hash:
string
The hash value of the event.
Source
packages/wapi.js/src/webhook/events/customer-identity-changed/interface.ts:30
Was this page helpful?