Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 431 Bytes

NewLoyaltyTier.md

File metadata and controls

19 lines (12 loc) · 431 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 enter the tier.

Code Sample

require 'TalonOne'

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