Method: OpenapiClient::Secure3DAuthenticationResult#==

Defined in:
lib/openapi_client/models/secure3_d_authentication_result.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



232
233
234
235
236
237
238
239
240
241
# File 'lib/openapi_client/models/secure3_d_authentication_result.rb', line 232

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      cavv == o.cavv &&
      xid == o.xid &&
      ds_transaction_id == o.ds_transaction_id &&
      authentication_response == o.authentication_response &&
      transaction_status == o.transaction_status &&
      message_category == o.message_category && super(o)
end