Sha256: fc08db059d65e0612f8dc5ca0b518d6aaaeeee3d9d33f8fafeb56b7d312636ee

Contents?: true

Size: 1.72 KB

Versions: 6

Compression:

Stored size: 1.72 KB

Contents

# TalonOne::CustomerSession

## 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. | 
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**profile_id** | **String** | ID of the customers profile as used within this Talon.One account. May be omitted or set to the empty string if the customer does not yet have a known profile ID. | 
**coupon** | **String** | Any coupon code entered. | 
**referral** | **String** | Any referral code entered. | 
**state** | **String** | Indicates the current state of the session. All sessions must start in the \"open\" state, after which valid transitions are...  1. open -> closed 2. open -> cancelled 3. closed -> cancelled  | [default to 'open']
**cart_items** | [**Array<CartItem>**](CartItem.md) | Serialized JSON representation. | 
**identifiers** | **Array<String>** | Identifiers for the customer, this can be used for limits on values such as device ID. | [optional] 
**total** | **Float** | The total sum of the cart in one session. | 
**attributes** | **Object** | A key-value map of the sessions attributes. The potentially valid attributes are configured in your accounts developer settings.  | 
**first_session** | **BOOLEAN** | Indicates whether this is the first session for the customer's profile. Will always be true for anonymous sessions. | 
**discounts** | **Hash<String, Float>** | A map of labelled discount values, values will be in the same currency as the application associated with the session. | 


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-1.4.0 docs/CustomerSession.md
talon_one-1.3.0 docs/CustomerSession.md
talon_one-1.2.0 docs/CustomerSession.md
talon_one-1.1.2 docs/CustomerSession.md
talon_one-1.1.1 docs/CustomerSession.md
talon_one-1.1.0 docs/CustomerSession.md