Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 716 Bytes

LoyaltyProgramEntity.md

File metadata and controls

21 lines (14 loc) · 716 Bytes

TalonOne::LoyaltyProgramEntity

Properties

Name Type Description Notes
program_id Integer The ID of the loyalty program that owns this entity.
program_name String The integration name of the loyalty program that owns this entity. [optional]
program_title String The Campaign Manager-displayed name of the loyalty program that owns this entity. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::LoyaltyProgramEntity.new(program_id: 125,
                                 program_name: Loyalty_program,
                                 program_title: Loyalty program)