Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.22 KB

ApplicationEvent.md

File metadata and controls

19 lines (15 loc) · 1.22 KB

TalonOne.ApplicationEvent

Properties

Name Type Description Notes
id Number Internal ID of this entity.
created Date The time this entity was created.
applicationId Number The ID of the application that owns this entity.
profileId Number The globally unique Talon.One ID of the customer that created this entity. [optional]
storeId Number The ID of the store. [optional]
storeIntegrationId String The integration ID of the store. You choose this ID when you create a store. [optional]
sessionId Number The globally unique Talon.One ID of the session that contains this event. [optional]
type String A string representing the event. Must not be a reserved event name.
attributes Object Additional JSON serialized data associated with the event.
effects [Effect] An array containing the effects that were applied as a result of this event.
ruleFailureReasons [RuleFailureReason] An array containing the rule failure reasons which happened during this event. [optional]