Class: Peddler::Types::FulfillmentInboundV0::AmazonPrepFeesDetailsList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/fulfillment_inbound_v0/amazon_prep_fees_details_list.rb

Overview

A list of preparation instructions and fees for Amazon to prep goods for shipment.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



13
14
15
# File 'lib/peddler/types/fulfillment_inbound_v0/amazon_prep_fees_details_list.rb', line 13

def parse(array)
  new(array.map { |item| AmazonPrepFeesDetails.parse(item) })
end