Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 532 Bytes

File metadata and controls

24 lines (18 loc) · 532 Bytes

UltracartClient::CartItemPhysical

Properties

Name Type Description Notes
height Distance [optional]
length Distance [optional]
weight Weight [optional]
width Distance [optional]

Example

require 'ultracart_api'

instance = UltracartClient::CartItemPhysical.new(
  height: null,
  length: null,
  weight: null,
  width: null
)