Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 342 Bytes

File metadata and controls

20 lines (14 loc) · 342 Bytes

UltracartClient::Weight

Properties

Name Type Description Notes
uom String Unit of measure [optional]
value Float Weight [optional]

Example

require 'ultracart_api'

instance = UltracartClient::Weight.new(
  uom: null,
  value: null
)