Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 909 Bytes

LoyaltyTier.md

File metadata and controls

16 lines (13 loc) · 909 Bytes

TalonOne.Model.LoyaltyTier

A tier in a loyalty program.

Properties

Name Type Description Notes
Id int Internal ID of this entity.
Created DateTime The time this entity was created.
ProgramID int The ID of the loyalty program that owns this entity.
ProgramName string The integration name of the loyalty program that owns this entity. [optional]
ProgramTitle string The Campaign Manager-displayed name of the loyalty program that owns this entity. [optional]
Name string The name of the tier.
MinPoints decimal The minimum amount of points required to enter the tier.

[Back to Model list] [Back to API list] [Back to README]