Method: CyberSource::Ptsv2paymentsidrefundsPaymentInformationEWallet#==

Defined in:
lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_e_wallet.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



75
76
77
78
79
# File 'lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information_e_wallet.rb', line 75

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      funding_source == o.funding_source
end