Method: OpenapiClient::ManagedRedirectPrimaryRequest#hash
- Defined in:
- lib/openapi_client/models/managed_redirect_primary_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
185 186 187 |
# File 'lib/openapi_client/models/managed_redirect_primary_request.rb', line 185 def hash [request_type, transaction_amount, store_id, merchant_transaction_id, transaction_type, order, redirect_attributes].hash end |