Method: OpenapiClient::SubMerchantSplit#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



134
135
136
# File 'lib/openapi_client/models/sub_merchant_split.rb', line 134

def hash
  [merchant_id, amount].hash
end