Class: Peddler::APIs::FinancesV0::ChargeRefundTransactions

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/finances_v0/charge_refund_transactions.rb

Overview

A list of ChargeRefund transactions

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/finances_v0/charge_refund_transactions.rb', line 11

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