# TalonOne::UpdateLoyaltyTier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the tier | **min_points** | **Float** | The minimum amount of points required to be eligible for the tier | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateLoyaltyTier.new(name: null, min_points: null) ```