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



167
168
169
# File 'lib/transferzero-sdk/models/payin_method_details.rb', line 167

def hash
  [payment_method, redirect_url, phone_number, mobile_provider, country, otp, refund_address].hash
end