Method: OpenapiClient::StandInDetails#hash
- Defined in:
- lib/openapi_client/models/stand_in_details.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
250 251 252 |
# File 'lib/openapi_client/models/stand_in_details.rb', line 250 def hash [stand_in_type, number_of_debits, si_validated, maximum_transaction_amount, si_hub_id, frequency].hash end |