Sha256: b2198e80ae39a4a7871ff92a6c305b9be7eb5cbcad194489440b58c98a42a1af
Contents?: true
Size: 726 Bytes
Versions: 3
Compression:
Stored size: 726 Bytes
Contents
# TalonOne::ReturnedCartItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **position** | **Integer** | The index of the cart item in the provided customer session's `cartItems` property. | **quantity** | **Integer** | Number of cart items to return. It is only available when [cart item flattening](https://docs.talon.one/docs/product/campaigns/campaign-evaluation#flattening) is enabled. If cart item flattening is disabled, the cart item can only be returned in its entirety. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ReturnedCartItem.new(position: 2, quantity: 1) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/ReturnedCartItem.md |
talon_one-3.0.1 | docs/ReturnedCartItem.md |
talon_one-3.0.0 | docs/ReturnedCartItem.md |