Method: UltracartClient::ItemPhysical.openapi_types

Defined in:
lib/ultracart_api/models/item_physical.rb

.openapi_typesObject

Attribute type mapping.



42
43
44
45
46
47
48
49
# File 'lib/ultracart_api/models/item_physical.rb', line 42

def self.openapi_types
  {
    :'height' => :'Distance',
    :'length' => :'Distance',
    :'weight' => :'Weight',
    :'width' => :'Distance'
  }
end