Class: PayPal::AdaptivePayments::FundingTypeList

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/funding_type_list.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#funding_type_infoObject

Returns the value of attribute funding_type_info.



5
6
7
# File 'lib/paypal/adaptive_payments/funding_type_list.rb', line 5

def funding_type_info
  @funding_type_info
end

Instance Method Details

#set_funding_type_info(value) ⇒ Object



7
8
9
# File 'lib/paypal/adaptive_payments/funding_type_list.rb', line 7

def set_funding_type_info(value)
  self.funding_type_info = build_value(FundingTypeInfo, value)
end