Sha256: 99f95e908859d7327615bc3d19b655e6d2b11c3fa02bb80773328a858e23f936
Contents?: true
Size: 524 Bytes
Versions: 203
Compression:
Stored size: 524 Bytes
Contents
# UltracartClient::ItemPhysical ## 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::ItemPhysical.new( height: null, length: null, weight: null, width: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems