Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 499 Bytes

File metadata and controls

22 lines (16 loc) · 499 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]

Example

require 'talon_one_sdk'

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