Name | Type | Description | Notes |
---|---|---|---|
IntegrationId | string | The integration ID for this entity sent to and used in the Talon.One system. | |
Created | DateTime | The exact moment this entity was created. | |
Attributes | Object | Arbitrary properties associated with this item | |
AccountId | int | The ID of the Talon.One account that owns this profile. | |
ClosedSessions | int | The total amount of closed sessions by a customer. A closed session is a successful purchase. | |
TotalSales | decimal | Sum of all purchases made by this customer | |
LoyaltyMemberships | List<LoyaltyMembership> | A list of loyalty programs joined by the customer | [optional] |
AudienceMemberships | List<AudienceMembership> | A list of audiences the customer belongs to | [optional] |
LastActivity | DateTime | Timestamp of the most recent event received from this customer |