Sha256: 5bd353a3f557f5497cade4ceaefb7243d163481f9a66564986430f590c75808a
Contents?: true
Size: 716 Bytes
Versions: 1
Compression:
Stored size: 716 Bytes
Contents
# 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 ```ruby require 'TalonOne' instance = TalonOne::LoyaltyProgramEntity.new(program_id: 125, program_name: Loyalty_program, program_title: Loyalty program) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/LoyaltyProgramEntity.md |