Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 440 Bytes

NewLoyaltyTier.md

File metadata and controls

19 lines (12 loc) · 440 Bytes

TalonOne::NewLoyaltyTier

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

require 'TalonOne'

instance = TalonOne::NewLoyaltyTier.new(name: Gold,
                                 min_points: 300.0)