Method: MfkOpenapiRubyClient::BankTransfer#hash
- Defined in:
- lib/mfk_openapi_ruby_client/models/bank_transfer.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
192 193 194 |
# File 'lib/mfk_openapi_ruby_client/models/bank_transfer.rb', line 192 def hash [account_number, bank_name, branch_name, object, type, holder_name].hash end |