Sha256: b1bfdaafee933cad18c8536f3f3cceb9f865f9a3958602095ebcafbdee86a071
Contents?: true
Size: 532 Bytes
Versions: 196
Compression:
Stored size: 532 Bytes
Contents
# UltracartClient::CartItemPhysical ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | [**Distance**](Distance.md) | | [optional] | | **length** | [**Distance**](Distance.md) | | [optional] | | **weight** | [**Weight**](Weight.md) | | [optional] | | **width** | [**Distance**](Distance.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartItemPhysical.new( height: null, length: null, weight: null, width: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems