Method: Wire4Client::AccountReassigned#==
- Defined in:
- lib/wire4_client/models/account_reassigned.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 |
# File 'lib/wire4_client/models/account_reassigned.rb', line 240 def ==(o) return true if self.equal?(o) self.class == o.class && amount_limit == o.amount_limit && == o. && bank == o.bank && beneficiary_account == o.beneficiary_account && email == o.email && institution == o.institution && kind_of_relationship == o.kind_of_relationship && numeric_reference_spei == o.numeric_reference_spei && payment_concept_spei == o.payment_concept_spei && person == o.person && register_date == o.register_date && relationship == o.relationship && rfc == o.rfc && status == o.status end |