Sha256: f869f1a1168306944f2c8e702feaa98b40fed335b8710c7dd62e7caa9fab9981
Contents?: true
Size: 505 Bytes
Versions: 6
Compression:
Stored size: 505 Bytes
Contents
# TalonOne::LoyaltyMembership ## Properties 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. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyMembership.new(joined: null, loyalty_program_id: 323414846) ```
Version data entries
6 entries across 6 versions & 1 rubygems