Method: CyberSource::TokenizeResult#hash

Defined in:
lib/cyberSource_client/models/tokenize_result.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



147
148
149
# File 'lib/cyberSource_client/models/tokenize_result.rb', line 147

def hash
  [key_id, token, masked_pan, card_type, timestamp, signed_fields, signature, discoverable_services].hash
end