Sha256: 46aa1ccaa91214e8dbbdef7b55537081d312189ac3c04654554430d153b25f12
Contents?: true
Size: 521 Bytes
Versions: 1
Compression:
Stored size: 521 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: 2012-03-20T14:15:22Z, loyalty_program_id: 323414846) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/LoyaltyMembership.md |