| Name | Type | Description | Notes |
|---|---|---|---|
| Id | long | The internal ID of this entity. | |
| Created | DateTime | The time this entity was created. | |
| ApplicationId | long | The ID of the Application that owns this entity. | |
| ProfileId | string | ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. | [optional] |
| StoreIntegrationId | string | The integration ID of the store. You choose this ID when you create a store. | [optional] |
| Type | string | A string representing the event. Must not be a reserved event name. | |
| Attributes | Object | Arbitrary additional JSON data associated with the event. | |
| SessionId | string | The ID of the session that this event occurred in. | [optional] |
| Effects | List<Object> | An array of effects generated by the rules of the enabled campaigns of the Application. You decide how to apply them in your system. See the list of API effects. | |
| LedgerEntries | List<LedgerEntry> | Ledger entries for the event. | [optional] |
| Meta | Meta | [optional] |