Method: OpenapiClient::AccountVerificationRequest#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



162
163
164
# File 'lib/openapi_client/models/account_verification_request.rb', line 162

def hash
  [request_type, billing_address, store_id, merchant_transaction_id, additional_details].hash
end