Class: Peddler::APIs::Transfers20240601::PaymentMethodTypeList

Inherits:
Array
  • Object
show all
Defined in:
lib/peddler/apis/transfers_2024_06_01/payment_method_type_list.rb

Overview

The list of payment method types that are present.

Class Method Summary collapse

Class Method Details

.parse(array) ⇒ Object



11
12
13
# File 'lib/peddler/apis/transfers_2024_06_01/payment_method_type_list.rb', line 11

def parse(array)
  new(array)
end