Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.39 KB

ApplicationEvent.md

File metadata and controls

19 lines (16 loc) · 1.39 KB

TalonOne.Model.ApplicationEvent

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
ApplicationId int The ID of the application that owns this entity.
ProfileId int The globally unique Talon.One ID of the customer that created this entity. [optional]
StoreId int 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 int 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]

[Back to Model list] [Back to API list] [Back to README]