Sha256: c8a84db25308f51d7d0f45eade61a016330ba0584dc8d2a9700ce34bda41db4d
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 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 referal 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. | **attributes** | **Object** | Arbitrary properties associated with this item | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-1.1.2 | docs/ApplicationSession.md |
talon_one-1.1.1 | docs/ApplicationSession.md |
talon_one-1.1.0 | docs/ApplicationSession.md |