Method: CyberSource::PaymentsProductsPayerAuthenticationConfigurationInformation#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



76
77
78
79
80
81
# File 'lib/cybersource_rest_client/models/payments_products_payer_authentication_configuration_information.rb', line 76

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