Method: TransferZero::PaymentMethodOpposite#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



156
157
158
# File 'lib/transferzero-sdk/models/payment_method_opposite.rb', line 156

def hash
  [type, provider, otc_permitted, details, default, fields, opposites].hash
end