Class: Peddler::APIs::OrdersV0::PaymentMethodDetailItemList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/orders_v0/payment_method_detail_item_list.rb

Overview

A list of payment method detail items.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/orders_v0/payment_method_detail_item_list.rb', line 11

def parse(array)
  new(array)
end