Method: TransferZero::PaymentMethodOpposite#hash
- Defined in:
- lib/transferzero-sdk/models/payment_method_opposite.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |