| Name | Type | Description | Notes |
|---|---|---|---|
| height | Distance | [optional] | |
| length | Distance | [optional] | |
| weight | Weight | [optional] | |
| width | Distance | [optional] |
require 'ultracart_api'
instance = UltracartClient::CartItemPhysical.new(
height: null,
length: null,
weight: null,
width: null
)