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. | [optional] |
require 'TalonOne'
instance = TalonOne::ReturnedCartItem.new(position: 2,
quantity: 1)