Sha256: f13a58bf2e6cca1653d41598b43a8d92bc8f6710817623c381a94854d1deba10
Contents?: true
Size: 1.25 KB
Versions: 3
Compression:
Stored size: 1.25 KB
Contents
# TalonOne::ApplicationSession ## 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. | **application_id** | **Integer** | The ID of the application that owns this entity. | **profile_id** | **Integer** | The globally unique Talon.One ID of the customer that created this entity. | [optional] **integration_id** | **String** | The ID used for this entity in the application system. | **coupon** | **String** | Any coupon code entered. | **referral** | **String** | Any referral code entered. | **state** | **String** | Indicating if the customer session is in progress (\"open\"), \"closed\", or \"cancelled\". | **cart_items** | [**Array<CartItem>**](CartItem.md) | Serialized JSON representation. | **discounts** | **Hash<String, Float>** | A map of labelled discount values, in the same currency as the session. | **total** | **Float** | The total sum of the session before any discounts applied. | [optional] **attributes** | **Object** | Arbitrary properties associated with this item | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.4.0 | docs/ApplicationSession.md |
talon_one-1.3.0 | docs/ApplicationSession.md |
talon_one-1.2.0 | docs/ApplicationSession.md |