# TalonOne::LoyaltyProgramEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **program_id** | **Integer** | The ID of the loyalty program that owns this entity. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyProgramEntity.new(program_id: null) ```