Method: OpenapiClient::AccountVerificationRequest#hash
- Defined in:
- lib/openapi_client/models/account_verification_request.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |