Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.28 KB

LoyaltyProgram.md

File metadata and controls

19 lines (15 loc) · 1.28 KB

LoyaltyProgram

A Loyalty Program

Properties

Name Type Description Notes
id int The ID of loyalty program.
account_id int The ID of the Talon.One account that owns this program.
name str The internal name for the Loyalty Program.
title str The display title for the Loyalty Program.
description str Description of our Loyalty Program.
subscribed_applications list[int] A list containing the IDs of all applications that are subscribed to this Loyalty Program.
default_validity str Indicates the default duration after which new loyalty points should expire. The format is a number, followed by one letter indicating the unit; like '1h' or '40m'.
default_pending str Indicates the default duration for the pending time, after which points will be valid. The format is a number followed by a duration unit, like '1h' or '40m'.
allow_subledger bool Indicates if this program supports subledgers inside the program

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