Class: Peddler::Types::FinancesV0::PayWithAmazonEventList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/types/finances_v0/pay_with_amazon_event_list.rb

Overview

A list of events related to the seller’s Pay with Amazon account.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



13
14
15
# File 'lib/peddler/types/finances_v0/pay_with_amazon_event_list.rb', line 13

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