Name | Type | Description | Notes |
---|---|---|---|
joined | DateTime | The moment in which the loyalty program was joined. | [optional] |
loyalty_program_id | Integer | The ID of the loyalty program belonging to this entity. |
require 'TalonOne'
instance = TalonOne::LoyaltyMembership.new(joined: 2012-03-20T14:15:22Z,
loyalty_program_id: 323414846)