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