Sha256: 102745303deeda1f920f5060571613236f402f746871e52b34bd9d6572c1657d

Contents?: true

Size: 1.69 KB

Versions: 3

Compression:

Stored size: 1.69 KB

Contents

# TalonOne::ApplicationCustomer

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. The exact moment this entity was created. The exact moment this entity was created. | 
**integration_id** | **String** | The ID used for this entity in the application system. The ID used for this entity in the application system. | 
**attributes** | [**Object**](.md) | Arbitrary properties associated with this item | 
**account_id** | **Integer** | The ID of the Talon.One account that owns this profile. 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 | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ApplicationCustomer.new(id: null,
                                 created: null,
                                 integration_id: null,
                                 attributes: null,
                                 account_id: null,
                                 closed_sessions: null,
                                 total_sales: null,
                                 loyalty_memberships: null,
                                 last_activity: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.1.1 docs/ApplicationCustomer.md
talon_one-2.1.0 docs/ApplicationCustomer.md
talon_one-2.0.0 docs/ApplicationCustomer.md