Method: TransferZero::PayinMethodDetails#hash

Defined in:
lib/transferzero-sdk/models/payin_method_details.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



138
139
140
# File 'lib/transferzero-sdk/models/payin_method_details.rb', line 138

def hash
  [redirect_url, phone_number, send_instructions].hash
end