Method: AmzSpApi::VendorShipmentsApiModel::Pallet.attribute_map

Defined in:
lib/vendor-shipments-api-model/models/pallet.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



36
37
38
39
40
41
42
43
44
45
46
# File 'lib/vendor-shipments-api-model/models/pallet.rb', line 36

def self.attribute_map
  {
    :'pallet_identifiers' => :'palletIdentifiers',
    :'tier' => :'tier',
    :'block' => :'block',
    :'dimensions' => :'dimensions',
    :'weight' => :'weight',
    :'carton_reference_details' => :'cartonReferenceDetails',
    :'items' => :'items'
  }
end