Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 888 Bytes

LoyaltyTier.md

File metadata and controls

17 lines (13 loc) · 888 Bytes

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.
program_id int The ID of the loyalty program that owns this entity.
program_name str The integration name of the loyalty program that owns this entity. [optional]
program_title str The Campaign Manager-displayed name of the loyalty program that owns this entity. [optional]
name str The name of the tier.
min_points float The minimum amount of points required to enter the tier.

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