Sha256: 9f52057773137f4976493246bb87710027b3001d0d663908d9f8d8e1f78ec91d
Contents?: true
Size: 1.4 KB
Versions: 4
Compression:
Stored size: 1.4 KB
Contents
# TalonOne::CartItem ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | **sku** | **String** | | **quantity** | **Integer** | | **price** | **Float** | | **category** | **String** | | [optional] **weight** | **Float** | Weight of item in mm | [optional] **height** | **Float** | Height of item in mm | [optional] **width** | **Float** | Width of item in mm | [optional] **length** | **Float** | Length of item in mm | [optional] **position** | **Float** | Position of the Cart Item in the Cart (calculated internally) | [optional] **attributes** | [**Object**](.md) | Arbitrary properties associated with this item | [optional] **adjustment** | [**CartItemAdjustment**](CartItemAdjustment.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CartItem.new(name: null, sku: null, quantity: null, price: null, category: null, weight: null, height: null, width: null, length: null, position: null, attributes: null, adjustment: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.2.0 | docs/CartItem.md |
talon_one-2.1.1 | docs/CartItem.md |
talon_one-2.1.0 | docs/CartItem.md |
talon_one-2.0.0 | docs/CartItem.md |