Method: CyberSource::Ptsv2paymentsidrefundsPaymentInformationEWallet#initialize
- Defined in:
- lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_e_wallet.rb
#initialize(attributes = {}) ⇒ Ptsv2paymentsidrefundsPaymentInformationEWallet
Initializes the object
43 44 45 46 47 48 49 50 51 52 |
# File 'lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_e_wallet.rb', line 43 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'fundingSource') self.funding_source = attributes[:'fundingSource'] end end |