Method: OpenapiClient::Secure3DAuthenticationResult#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



251
252
253
# File 'lib/openapi_client/models/secure3_d_authentication_result.rb', line 251

def hash
  [cavv, xid, ds_transaction_id, authentication_response, transaction_status, message_category].hash
end