Class: Peddler::Types::EasyShip20220323::OrderItemSerialNumbers

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/easy_ship_2022_03_23/order_item_serial_numbers.rb

Overview

A list of serial numbers for the items associated with the ‘OrderItemId` value.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/types/easy_ship_2022_03_23/order_item_serial_numbers.rb', line 11

def parse(array)
  new(array)
end