Method: OpenapiClient::UsePaymentToken#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



187
188
189
# File 'lib/openapi_client/models/use_payment_token.rb', line 187

def hash
  [value, token_origin_store_id, function, security_code, expiry_date].hash
end