Method: TransferZero::PayoutMethodDetailsGBPBank#hash
- Defined in:
- lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
147 148 149 |
# File 'lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb', line 147 def hash [first_name, last_name, bank_name, bank_account, sort_code, iban, bic].hash end |