Method: OpenapiClient::StandInDetails#==

Defined in:
lib/openapi_client/models/stand_in_details.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



231
232
233
234
235
236
237
238
239
240
# File 'lib/openapi_client/models/stand_in_details.rb', line 231

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      stand_in_type == o.stand_in_type &&
      number_of_debits == o.number_of_debits &&
      si_validated == o.si_validated &&
      maximum_transaction_amount == o.maximum_transaction_amount &&
      si_hub_id == o.si_hub_id &&
      frequency == o.frequency
end