# TalonOne::Tier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The internal ID of the tier | **name** | **String** | The name of the tier | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Tier.new(id: 11, name: bronze) ```