Method: OpenapiClient::UpdatePaymentToken#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



127
128
129
# File 'lib/openapi_client/models/update_payment_token.rb', line 127

def hash
  [value, reusable, decline_duplicates, payment_card].hash
end