Name | Type | Description | Notes |
---|---|---|---|
Id | int | Internal ID of this entity. | |
Created | DateTime | The time this entity was created. The time this entity was created. | |
IntegrationId | string | The integration ID set by your integration layer. | |
StoreIntegrationId | string | The integration ID of the store. You choose this ID when you create a store. | [optional] |
ApplicationId | int | The ID of the application that owns this entity. | |
ProfileId | int | The globally unique Talon.One ID of the customer that created this entity. | [optional] |
Profileintegrationid | string | Integration ID of the customer for the session. | [optional] |
Coupon | string | Any coupon code entered. | |
Referral | string | Any referral code entered. | |
State | string | Indicates the current state of the session. Sessions can be created as `open` or `closed`. The state transitions are: 1. `open` → `closed` 2. `open` → `cancelled` 3. `closed` → `cancelled` or `partially_returned` 4. `partially_returned` → `cancelled` For more information, see Customer session states. | |
CartItems | List<CartItem> | Serialized JSON representation. | |
Discounts | Dictionary<string, decimal> | API V1 only. A map of labeled discount values, in the same currency as the session. If you are using the V2 endpoints, refer to the `totalDiscounts` property instead. | |
TotalDiscounts | decimal | The total sum of the discounts applied to this session. | |
Total | decimal | The total sum of the session before any discounts applied. | |
Attributes | Object | Arbitrary properties associated with this item. | [optional] |