Sha256: 8caa42b5a99a771b310d80ddbee6117262eeeeeb375d46dc4a4de4b33d624643
Contents?: true
Size: 937 Bytes
Versions: 5
Compression:
Stored size: 937 Bytes
Contents
# TalonOne::CustomerProfile ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **integration_id** | **String** | The ID used for this entity in the application system. | **created** | **DateTime** | The exact moment this entity was created. | **attributes** | **Object** | Arbitrary properties associated with this item | **account_id** | **Integer** | The ID of the Talon.One account that owns this profile. | **closed_sessions** | **Integer** | The total amount of closed sessions by a customer. A closed session is a successful purchase. | **total_sales** | **Float** | Sum of all purchases made by this customer | **loyalty_memberships** | [**Array<LoyaltyMembership>**](LoyaltyMembership.md) | A list of loyalty programs joined by the customer | [optional] **last_activity** | **DateTime** | Timestamp of the most recent event received from this customer |
Version data entries
5 entries across 5 versions & 1 rubygems