Class: Peddler::APIs::ExternalFulfillmentShipments20240911::PartyIdentificationInfoList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/external_fulfillment_shipments_2024_09_11/party_identification_info_list.rb

Overview

All involved party identification and metadata for the vendor, buyer, and seller. Applicable for direct-fulfillment sellers.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



12
13
14
# File 'lib/peddler/apis/external_fulfillment_shipments_2024_09_11/party_identification_info_list.rb', line 12

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