Method: OpenapiClient::Order#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



162
163
164
# File 'lib/openapi_client/models/order.rb', line 162

def hash
  [order_id, billing, shipping, industry_specific_extensions, purchase_card, installment_options, soft_descriptor, additional_details].hash
end