Sha256: cc58382373701ba73813dd622505f7237be6f5970ea926ff11d5b6aff9ca877c
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 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] ## 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) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/CartItem.md |
talon_one-2.3.0 | docs/CartItem.md |