Class: AdaptivePayments::PaymentDetailsResponse
Instance Method Summary
collapse
operation
#first_error, included
Methods included from Aliases
#alias_param, #alias_params
#from_json, #to_attributes
#to_hash, #to_json
Instance Method Details
#allowed_funding_types ⇒ Object
45
46
47
|
# File 'lib/pp-adaptive/payment_details_response.rb', line 45
def allowed_funding_types
allowed_funding_type_info.collect { |info| info[:funding_type] }
end
|
#receivers ⇒ Object
49
50
51
|
# File 'lib/pp-adaptive/payment_details_response.rb', line 49
def receivers
payments.collect { |info| info[:receiver] }
end
|