Method: TransferZero::PaymentMethod#hash
- Defined in:
- lib/transferzero-sdk/models/payment_method.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
138 139 140 |
# File 'lib/transferzero-sdk/models/payment_method.rb', line 138 def hash [type, provider, otc_permitted, details, default, fields].hash end |