Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 498 Bytes

ReturnedCartItem.md

File metadata and controls

19 lines (12 loc) · 498 Bytes

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. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::ReturnedCartItem.new(position: 2,
                                 quantity: 1)