Method: OpenapiClient::Merchant#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



139
140
141
# File 'lib/openapi_client/models/merchant.rb', line 139

def hash
  [mcc, merchant_unique_id, location, user_defined].hash
end