Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.27 KB

ApplicationEvent.md

File metadata and controls

22 lines (15 loc) · 1.27 KB

ApplicationEvent

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
applicationId Integer The ID of the application that owns this entity.
profileId Integer The globally unique Talon.One ID of the customer that created this entity. [optional]
storeId Integer 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 Integer 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 List<Effect> An array containing the effects that were applied as a result of this event.
ruleFailureReasons List<RuleFailureReason> An array containing the rule failure reasons which happened during this event. [optional]