Class: Peddler::APIs::ProductFeesV0::IncludedFeeDetailList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/product_fees_v0/included_fee_detail_list.rb,
sig/peddler/apis/product_fees_v0.rbs

Overview

A list of other fees that contribute to a given fee.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ IncludedFeeDetailList

Parameters:

  • (Array[untyped])

Returns:



11
12
13
# File 'lib/peddler/apis/product_fees_v0/included_fee_detail_list.rb', line 11

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