Method: OpenapiClient::ManagedRedirectPrimaryRequest#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



165
166
167
168
169
170
171
172
173
174
175
# File 'lib/openapi_client/models/managed_redirect_primary_request.rb', line 165

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      request_type == o.request_type &&
      transaction_amount == o.transaction_amount &&
      store_id == o.store_id &&
      merchant_transaction_id == o.merchant_transaction_id &&
      transaction_type == o.transaction_type &&
      order == o.order &&
      redirect_attributes == o.redirect_attributes
end