Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 568 Bytes

UpdateLoyaltyProgramTier.md

File metadata and controls

21 lines (14 loc) · 568 Bytes

TalonOne::UpdateLoyaltyProgramTier

Properties

Name Type Description Notes
id Integer The internal ID of the tier.
name String The name of the tier. [optional]
min_points Float The minimum amount of points required to enter the tier. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::UpdateLoyaltyProgramTier.new(id: 6,
                                 name: Gold,
                                 min_points: 300.0)